X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fengine_dialog.h;h=142e1fea18d0ae7ae4f5963401883963a2221ce3;hb=0bb0dbad6808a48e3e05f279476c462d8fd9483d;hp=3b63b7cae8edbe8a6969e0d89a27732ac085aee3;hpb=1d39500e64c0c88db26e878cb19b29c5cff7491f;p=ardour.git diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h index 3b63b7cae8..142e1fea18 100644 --- a/gtk2_ardour/engine_dialog.h +++ b/gtk2_ardour/engine_dialog.h @@ -109,9 +109,6 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList { bool have_lm_results; bool lm_running; - Gtk::Button* cancel_button; - Gtk::Button* ok_button; - /* MIDI Tab */ Gtk::VBox midi_vbox; @@ -307,7 +304,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList { sigc::connection output_channels_connection; void on_show (); - void on_response (int); + void on_map (); void control_app_button_clicked (); void start_stop_button_clicked (); void update_devices_button_clicked (); @@ -350,33 +347,6 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList { void midi_latency_adjustment_changed(Gtk::Adjustment *, MidiDeviceSettings, bool); void midi_device_enabled_toggled(ArdourButton *, MidiDeviceSettings); sigc::connection lm_back_button_signal; - - /* MIDI port management */ - struct MidiPortColumns : public Gtk::TreeModel::ColumnRecord { - - MidiPortColumns () { - add (name); - add (pretty_name); - add (in_use); - add (music_data); - add (control_data); - add (port); - } - - Gtk::TreeModelColumn name; - Gtk::TreeModelColumn pretty_name; - Gtk::TreeModelColumn in_use; - Gtk::TreeModelColumn music_data; - Gtk::TreeModelColumn control_data; - Gtk::TreeModelColumn > port; - }; - - MidiPortColumns midi_port_columns; - Gtk::TreeView midi_input_view; - Gtk::TreeView midi_output_view; - - void refill_midi_ports (bool for_input); - void pretty_name_edit (std::string const & path, std::string const & new_text, Gtk::TreeView*); }; #endif /* __gtk2_ardour_engine_dialog_h__ */