summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-10 18:04:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-10 18:04:34 +0000
commitf96ccb195828daeec03646ee4013531fe88c87fa (patch)
tree3da613868cbc350540de5f896c0f75cfff7c696f /gtk2_ardour/ardour_ui.h
parent6449c2e5c8b027245fe5fb9942984243e4a653d7 (diff)
ardour-button-ize zoom buttons; move MIDI panic button to transport bar
git-svn-id: svn://localhost/ardour2/branches/3.0@10528 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 2f1ded27cd..15975f29cf 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -731,6 +731,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
ARDOUR::ProcessThread* _process_thread;
void feedback_detected ();
+
+ ArdourButton midi_panic_button;
+ void midi_panic ();
};
#endif /* __ardour_gui_h__ */