summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2019-09-11 16:36:05 -0700
committerLen Ovens <len@ovenwerks.net>2019-09-11 16:36:05 -0700
commitda88e9d34cfadeafb9e2ec046d1bc0306baf0dde (patch)
treedab4f7c1208048503d6a78760d33acfd110e728d /gtk2_ardour/mixer_ui.h
parent729cd0e2b341a0b9a3068ba0b534b7238815d05b (diff)
Foldback gui: Added hide and show
- New menu item in view menu - Foldback strip has hide button - Adding a new foldback bus sets show - setting is saved and restored
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index 16e6d35c3f..4eb7062fb2 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -145,6 +145,9 @@ public:
void toggle_monitor_section ();
void showhide_monitor_section (bool);
+ void toggle_foldback_strip ();
+ void showhide_foldback_strip (bool);
+
void toggle_vcas ();
void showhide_vcas (bool on);
@@ -305,6 +308,7 @@ private:
MonitorSection _monitor_section;
PluginSelector *_plugin_selector;
FoldbackStrip * foldback_strip;
+ bool _show_foldback_strip;
void stripable_property_changed (const PBD::PropertyChange& what_changed, boost::weak_ptr<ARDOUR::Stripable> ws);
void route_group_property_changed (ARDOUR::RouteGroup *, const PBD::PropertyChange &);