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
This commit is contained in:
Paul Davis 2011-11-10 18:04:34 +00:00
parent 6449c2e5c8
commit f96ccb1958
14 changed files with 213 additions and 51 deletions

View file

@ -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__ */