Share a rng between voices

This commit is contained in:
Roland Rabien 2023-09-29 20:20:07 -07:00
commit cdd3fd99f3
3 changed files with 3 additions and 3 deletions

View file

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