From b5e1eb7538b9119e5b3abfb45d2ddf9f86331ffa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 9 Sep 2017 18:25:36 +0200 Subject: Migrate PC dialog to RouteUI, midnam handing to RTAV. This allows to to bring up the PC dialog from Editor/Editor-Mixer & Mixer for both MIDI Tracks as well as MIDI Busses. --- gtk2_ardour/midi_time_axis.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gtk2_ardour/midi_time_axis.h') diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h index faa0e723e8..cbfc816c27 100644 --- a/gtk2_ardour/midi_time_axis.h +++ b/gtk2_ardour/midi_time_axis.h @@ -67,7 +67,6 @@ class PianoRollHeader; class StepEntry; class StepEditor; class MidiChannelSelectorWindow; -class PatchChangeGridDialog; #define NO_MIDI_NOTE 0xff @@ -121,9 +120,6 @@ private: void setup_midnam_patches (); void update_patch_selector (); - void drop_instrument_ref (); - void reread_midnam (); - PBD::ScopedConnectionList midnam_connection; void start_scroomer_update (); void stop_scroomer_update (); @@ -140,8 +136,6 @@ private: void set_note_mode (ARDOUR::NoteMode mode, bool apply_to_selection = false); void set_color_mode (ARDOUR::ColorMode, bool force = false, bool redisplay = true, bool apply_to_selection = false); void set_note_range (MidiStreamView::VisibleNoteRange range, bool apply_to_selection = false); - void send_patch_change (); - void route_active_changed (); void note_range_changed (); void contents_height_changed (); @@ -200,8 +194,6 @@ private: StepEditor* _step_editor; void immediate_patch_chnage_response (int response); - PatchChangeGridDialog* _patch_change_dialog; - }; #endif /* __ardour_midi_time_axis_h__ */ -- cgit v1.2.3