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

@ -282,6 +282,7 @@ public:
CurTable curTables[Cfg::numOSCs];
juce::CriticalSection dspLock;
juce::Random rng;
private:
float getSmoothingTime (gin::Parameter*);