Add a PianoKeyboard to GenericUI (on a MIDI track)
[ardour.git] / gtk2_ardour / midi_time_axis.h
index 8a899aece1e75849c1f02396f953e9e040ae0280..faa0e723e8902513477b0131f19b899fcb8f4774 100644 (file)
@@ -67,6 +67,7 @@ class PianoRollHeader;
 class StepEntry;
 class StepEditor;
 class MidiChannelSelectorWindow;
+class PatchChangeGridDialog;
 
 #define NO_MIDI_NOTE 0xff
 
@@ -121,6 +122,7 @@ private:
        void setup_midnam_patches ();
        void update_patch_selector ();
        void drop_instrument_ref ();
+       void reread_midnam ();
        PBD::ScopedConnectionList midnam_connection;
 
        void start_scroomer_update ();
@@ -196,6 +198,10 @@ private:
        ParameterMenuMap _controller_menu_map;
 
        StepEditor* _step_editor;
+
+       void immediate_patch_chnage_response (int response);
+       PatchChangeGridDialog* _patch_change_dialog;
+
 };
 
 #endif /* __ardour_midi_time_axis_h__ */