diff --git a/Changelist.txt b/Changelist.txt index 87efd7b..976dfc3 100644 --- a/Changelist.txt +++ b/Changelist.txt @@ -1,6 +1,12 @@ 1.0.4: - Allow mod matrix entries to be disabled +- Add pitch bend range +- Fix MPE and Mpe tags (existing users will need to delete the presets and they will be recreated) +- Clear reverb and delay buttons on panic +- Draw all phase dots for LFO and Step LFO +- Try and make delay less zippery (WIP) +- Scroll wheel can adjust combo boxes 1.0.3: diff --git a/modules/gin b/modules/gin index ab67106..8b07afe 160000 --- a/modules/gin +++ b/modules/gin @@ -1 +1 @@ -Subproject commit ab67106ad750ede2daceb56908735ccd9c22fb2c +Subproject commit 8b07afe7fe4c4d793c325110b76d3c2083d9ca41 diff --git a/plugin/Source/PluginEditor.cpp b/plugin/Source/PluginEditor.cpp index 20a153a..1253516 100644 --- a/plugin/Source/PluginEditor.cpp +++ b/plugin/Source/PluginEditor.cpp @@ -22,7 +22,7 @@ WavetableAudioProcessorEditor::WavetableAudioProcessorEditor (WavetableAudioProc addAndMakeVisible (usage); usage.setBounds (45, 12, 150, 16); - scope.setBounds (674, 5, 177, 30); + scope.setBounds (714, 5, 177, 30); setSize (943, 671); }