-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When vibrato is changing speed from a row to another, the previous implementation that kept the tick count was causing a jump in the waveform (because step = tick * speed, and if speed suddenly change, the step jumps). Change the tick counter so that it is incremented with the speed so that it becomes a step, and there's no more sudden change.
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters