summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-11 13:52:27 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-11 13:52:27 +0000
commitcd2047cbffc5e0270acab555364bb9d958fe7927 (patch)
tree711a5db2e9526df02e7504fe84b812bfcdef9348 /gtk2_ardour/ardour_ui.h
parenta74310ebbef5acec1a90aad6caed08b4f5c210c4 (diff)
Change the feedback alert to a flashing button; works
around part of #4432. git-svn-id: svn://localhost/ardour2/branches/3.0@10539 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 15975f29cf..cb74c12a11 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -444,12 +444,14 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
ArdourButton auditioning_alert_button;
ArdourButton solo_alert_button;
+ ArdourButton feedback_alert_button;
Gtk::VBox alert_box;
void solo_blink (bool);
void sync_blink (bool);
void audition_blink (bool);
+ void feedback_blink (bool);
void soloing_changed (bool);
void auditioning_changed (bool);
@@ -457,6 +459,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
bool solo_alert_press (GdkEventButton* ev);
bool audition_alert_press (GdkEventButton* ev);
+ bool feedback_alert_press (GdkEventButton *);
void big_clock_value_changed ();
void primary_clock_value_changed ();
@@ -734,6 +737,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
ArdourButton midi_panic_button;
void midi_panic ();
+
+ void successful_graph_sort ();
+ bool _feedback_exists;
};
#endif /* __ardour_gui_h__ */