summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-16 19:54:20 +0100
committerRobin Gareus <robin@gareus.org>2017-01-16 19:54:42 +0100
commitcf5a0de709489dd3a8735da89a49f9f468bf98e9 (patch)
tree07ae4faf3a7a09cc0d399255cf6c78ee09886f7b /gtk2_ardour/ardour_ui.h
parent88d797bd6424f9cdbf48a26e0913965a6f102363 (diff)
Add initial GUI support for global monitor states
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index cc469142b4..c5321574ea 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -391,6 +391,9 @@ protected:
bool ignore_dual_punch;
void toggle_punch_in ();
void toggle_punch_out ();
+ bool ignore_session_monitoring;
+ void toggle_session_monitoring_in ();
+ void toggle_session_monitoring_disk ();
void show_loop_punch_ruler_and_disallow_hide ();
void reenable_hide_loop_punch_ruler_if_appropriate ();
void toggle_auto_return ();
@@ -526,6 +529,10 @@ private:
ArdourButton punch_out_button;
ArdourButton layered_button;
+ ArdourButton monitor_in_button;
+ ArdourButton monitor_disk_button;
+ ArdourButton auto_input_button;
+
Gtk::Label punch_label;
Gtk::Label layered_label;
@@ -539,7 +546,6 @@ private:
ArdourButton auto_return_button;
ArdourButton follow_edits_button;
- ArdourButton auto_input_button;
ArdourButton click_button;
ArdourButton sync_button;