mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
A few tweaks for MTS support
This commit is contained in:
parent
c90a502035
commit
796228e041
5 changed files with 20 additions and 11 deletions
|
|
@ -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*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue