mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Scroll wheel can adjust combo boxes
This commit is contained in:
parent
c6f9f7d1a5
commit
2ee96c80fb
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue