Version 0.0.6

This commit is contained in:
Roland Rabien 2023-09-06 09:53:13 -07:00
commit fcb11e3901
3 changed files with 11 additions and 2 deletions

View file

@ -13,6 +13,8 @@ public:
WavetableAudioProcessor();
~WavetableAudioProcessor() override;
bool supportsMPE() const override { return true; }
void stateUpdated() override;
void updateState() override;
@ -275,7 +277,7 @@ public:
};
CurTable curTables[Cfg::numOSCs];
juce::CriticalSection dspLock;
//==============================================================================