mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2026-02-12 20:12:56 -05:00
Update TonalVoice.cpp
This commit is contained in:
@ -102,7 +102,7 @@ double TonalVoice::getVibratoPhase()
|
|||||||
|
|
||||||
float delay = * (settingRefs->vibratoDelay);
|
float delay = * (settingRefs->vibratoDelay);
|
||||||
float rate = * (settingRefs->vibratoRate);
|
float rate = * (settingRefs->vibratoRate);
|
||||||
rate = 1.1 - rate;
|
rate = 1.01 - rate;
|
||||||
|
|
||||||
if ( sec < delay ) { return 0.0; }
|
if ( sec < delay ) { return 0.0; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user