mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
Remove believed-unnecessary and broken MIDI thru option;
should fix #4749. git-svn-id: svn://localhost/ardour2/branches/3.0@12746 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2863640a52
commit
add52f1c0e
5 changed files with 2 additions and 43 deletions
|
|
@ -136,11 +136,8 @@ class MidiTimeAxisView : public RouteTimeAxisView
|
|||
Gtk::ComboBoxText _custom_device_mode_selector;
|
||||
|
||||
Gtk::CheckMenuItem* _step_edit_item;
|
||||
Gtk::CheckMenuItem* _midi_thru_item;
|
||||
Gtk::Menu* default_channel_menu;
|
||||
|
||||
void toggle_midi_thru ();
|
||||
|
||||
void change_all_channel_tracks_visibility (bool yn, Evoral::Parameter param);
|
||||
void add_basic_parameter_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, Evoral::Parameter param);
|
||||
void add_channel_command_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, ARDOUR::AutomationType auto_type, uint8_t cmd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue