From 0e9dab6aabc2efddc957c7c71bc55354c16626ed Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 24 Aug 2017 23:41:21 +0200 Subject: Allow to send immediate PC messages without closing the dialog. Perhaps every change should trigger a PC (without "Apply") button?! --- gtk2_ardour/midi_time_axis.h | 5 +++++ 1 file changed, 5 insertions(+) (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 8a899aece1..6bbb359458 100644 --- a/gtk2_ardour/midi_time_axis.h +++ b/gtk2_ardour/midi_time_axis.h @@ -67,6 +67,7 @@ class PianoRollHeader; class StepEntry; class StepEditor; class MidiChannelSelectorWindow; +class PatchChangeDialog; #define NO_MIDI_NOTE 0xff @@ -196,6 +197,10 @@ private: ParameterMenuMap _controller_menu_map; StepEditor* _step_editor; + + void immediate_patch_chnage_response (int response); + PatchChangeDialog* _patch_change_dialog; + }; #endif /* __ardour_midi_time_axis_h__ */ -- cgit v1.2.3