Add retrigger to lfos

This commit is contained in:
Roland Rabien 2023-09-24 17:49:53 -07:00
commit 56c3bbfa51
7 changed files with 21 additions and 20 deletions

View file

@ -56,6 +56,7 @@ private:
gin::StereoOscillator::Params noiseParams;
gin::EasedValueSmoother<float> noteSmoother;
juce::Random rng;
float ampKeyTrack = 1.0f;
};