19 #ifndef __ardour_push2_gui_h__
20 #define __ardour_push2_gui_h__
76 Glib::RefPtr<Gtk::ListStore>
build_midi_port_list (std::vector<std::string>
const & ports,
bool for_input);
PBD::ScopedConnectionList _port_connections
void reprogram_pressure_mode()
PressureModeColumns _pressure_mode_columns
Gtk::ComboBox _output_combo
Gtk::ComboBox _pressure_mode_selector
void connection_handler()
void update_port_combos()
void active_port_changed(Gtk::ComboBox *, bool for_input)
Glib::RefPtr< Gtk::ListStore > build_pressure_mode_columns()
MidiPortColumns _midi_port_columns
Glib::RefPtr< Gtk::ListStore > build_midi_port_list(std::vector< std::string > const &ports, bool for_input)
Gtk::Label _pressure_mode_label
Gtk::ComboBox _input_combo
bool _ignore_active_change
void add(TreeModelColumnBase &column)
Gtk::TreeModelColumn< std::string > full_name
Gtk::TreeModelColumn< std::string > short_name
Gtk::TreeModelColumn< std::string > name
Gtk::TreeModelColumn< Push2::PressureMode > mode