Try and make delay less zippery

This commit is contained in:
Roland Rabien 2023-09-29 20:07:45 -07:00
commit c6f9f7d1a5
4 changed files with 23 additions and 8 deletions

View file

@ -283,6 +283,9 @@ public:
juce::CriticalSection dspLock;
private:
float getSmoothingTime (gin::Parameter*);
//==============================================================================
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (WavetableAudioProcessor)
};