Scroll wheel can adjust combo boxes

This commit is contained in:
Roland Rabien 2023-09-29 20:16:30 -07:00
commit 2ee96c80fb
3 changed files with 8 additions and 2 deletions

View file

@ -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:

@ -1 +1 @@
Subproject commit ab67106ad750ede2daceb56908735ccd9c22fb2c
Subproject commit 8b07afe7fe4c4d793c325110b76d3c2083d9ca41

View file

@ -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);
}