mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Share a rng between voices
This commit is contained in:
parent
2ee96c80fb
commit
cdd3fd99f3
3 changed files with 3 additions and 3 deletions
|
|
@ -282,6 +282,7 @@ public:
|
|||
CurTable curTables[Cfg::numOSCs];
|
||||
|
||||
juce::CriticalSection dspLock;
|
||||
juce::Random rng;
|
||||
|
||||
private:
|
||||
float getSmoothingTime (gin::Parameter*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue