mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Try and make delay less zippery
This commit is contained in:
parent
a2f1eb82e4
commit
c6f9f7d1a5
4 changed files with 23 additions and 8 deletions
|
|
@ -283,6 +283,9 @@ public:
|
|||
|
||||
juce::CriticalSection dspLock;
|
||||
|
||||
private:
|
||||
float getSmoothingTime (gin::Parameter*);
|
||||
|
||||
//==============================================================================
|
||||
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (WavetableAudioProcessor)
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue