add MIDI panic action (which has to be on a menu, sigh ... stupid GTK)

git-svn-id: svn://localhost/ardour2/branches/3.0@5658 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-09-12 17:49:57 +00:00
parent 93bc6e5b58
commit 265cf739b5
5 changed files with 20 additions and 24 deletions

View file

@ -1598,7 +1598,7 @@ public:
Gtk::HBox panic_box;
Gtk::Button midi_panic_button;
Gtk::ToggleButton midi_sound_notes;
void midi_panic_button_pressed ();
void midi_panic ();
bool sound_notes () const { return midi_sound_notes.get_active(); }
void setup_midi_toolbar ();