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

@ -1,3 +1,10 @@
0.0.6:
- Fixed loading new presets in VST3
- Increased size of mod depth button
- Increased size of next/prev preset buttons
- Fixed spread algorithm
0.0.5:
- Add drag/drop for assigning modulation

@ -1 +1 @@
Subproject commit 0977cb455f106ae8574216c0b1173c92b08ca0ba
Subproject commit f584c7c3064c59975c84a7fb2c280be5e7c72606

View file

@ -13,6 +13,8 @@ public:
WavetableAudioProcessor();
~WavetableAudioProcessor() override;
bool supportsMPE() const override { return true; }
void stateUpdated() override;
void updateState() override;