mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Separate MSB/LSB MIDI Bank select
This commit is contained in:
parent
8eff36913c
commit
03dc458645
2 changed files with 29 additions and 10 deletions
|
|
@ -62,12 +62,15 @@ private:
|
|||
void bank_changed ();
|
||||
void program_changed ();
|
||||
|
||||
int get_14bit_bank () const;
|
||||
|
||||
const ARDOUR::BeatsFramesConverter* _time_converter;
|
||||
ARDOUR::InstrumentInfo& _info;
|
||||
ARDOUR::InstrumentInfo& _info;
|
||||
AudioClock _time;
|
||||
Gtk::SpinButton _channel;
|
||||
Gtk::SpinButton _program;
|
||||
Gtk::SpinButton _bank;
|
||||
Gtk::SpinButton _bank_msb;
|
||||
Gtk::SpinButton _bank_lsb;
|
||||
Gtk::ComboBoxText _bank_combo;
|
||||
Gtk::ComboBoxText _patch_combo;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue