You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
urho-samples/FeatureSamples/Core/29_SoundSynthesis/SoundSynthesis.cs
Lines 132 to 133 in b72d055
Those lines should be:
The idea is to clamp osc1 and osc2 under 360, but as is just adds ( 1 % 360 = 1) each iteration.
The text was updated successfully, but these errors were encountered: