A few tweaks for MTS support

This commit is contained in:
Roland Rabien 2024-10-11 21:02:25 -07:00
commit 796228e041
5 changed files with 20 additions and 11 deletions

View file

@ -348,6 +348,8 @@ public:
juce::CriticalSection dspLock;
juce::Random rng;
MTSClient* mtsClient = nullptr;
private:
bool isParamLocked (gin::Parameter* p) override;
float getSmoothingTime (gin::Parameter*);