mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-05-24 23:00:21 -04:00
Adjusting response of vibrato rate slider
Fix so that slider goes up in frequency as rate is increased.
This commit is contained in:
parent
47cefdd0e8
commit
53393bb9e0
@ -102,6 +102,7 @@ double TonalVoice::getVibratoPhase()
|
||||
|
||||
float delay = * (settingRefs->vibratoDelay);
|
||||
float rate = * (settingRefs->vibratoRate);
|
||||
rate = 1.1 - rate;
|
||||
|
||||
if ( sec < delay ) { return 0.0; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user