mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
make MMC work again, make tracing MIDI input work again, add GUI control for MMC device ID ++
git-svn-id: svn://localhost/ardour2/trunk@1480 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
780e9d7ecb
commit
326cd24c12
17 changed files with 154 additions and 129 deletions
|
|
@ -111,6 +111,9 @@ class OptionEditor : public Gtk::Dialog
|
|||
Gtk::RadioButton::Group mmc_button_group;
|
||||
Gtk::RadioButton::Group midi_button_group;
|
||||
|
||||
Gtk::Adjustment mmc_device_id_adjustment;
|
||||
Gtk::SpinButton mmc_device_id_spinner;
|
||||
|
||||
void port_online_toggled (MIDI::Port*,Gtk::ToggleButton*);
|
||||
void port_trace_in_toggled (MIDI::Port*,Gtk::ToggleButton*);
|
||||
void port_trace_out_toggled (MIDI::Port*,Gtk::ToggleButton*);
|
||||
|
|
@ -119,6 +122,8 @@ class OptionEditor : public Gtk::Dialog
|
|||
void mtc_port_chosen (MIDI::Port*,Gtk::RadioButton*);
|
||||
void midi_port_chosen (MIDI::Port*,Gtk::RadioButton*);
|
||||
|
||||
void mmc_device_id_adjusted ();
|
||||
|
||||
void map_port_online (MIDI::Port*, Gtk::ToggleButton*);
|
||||
|
||||
void setup_midi_options();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue