summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-09-09 18:25:36 +0200
committerRobin Gareus <robin@gareus.org>2017-09-09 18:25:36 +0200
commitb5e1eb7538b9119e5b3abfb45d2ddf9f86331ffa (patch)
treee3b6e0f02e1cb172c18ecb6a3633858323b6369b /gtk2_ardour/midi_time_axis.h
parent9e2251a61959a006c6ac272514d61c26ebb2ecaf (diff)
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.
Diffstat (limited to 'gtk2_ardour/midi_time_axis.h')
-rw-r--r--gtk2_ardour/midi_time_axis.h8
1 files changed, 0 insertions, 8 deletions
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__ */