LFO & StepLFO support multiple dots

This commit is contained in:
Roland Rabien 2023-09-29 13:29:08 -07:00
commit a2f1eb82e4
3 changed files with 31 additions and 4 deletions

View file

@ -30,7 +30,6 @@ public:
float getFilterCutoffNormalized();
gin::WTOscillator::Params getLiveWTParams (int osc);
private:
void updateParams (int blockSize);
WavetableAudioProcessor& proc;