summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_ui.h
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2019-01-18 10:22:54 -0800
committerLen Ovens <len@ovenwerks.net>2019-08-26 17:48:22 -0700
commit4f22bcea24345f6a90fd0d417bcd33daa43e9812 (patch)
tree9e516994ee3ffa09bd4df45510db6a7564677fc3 /gtk2_ardour/mixer_ui.h
parentb01f6ead8b71999a6fe9065e4cc3b6a654c9f536 (diff)
Add strip GUI first try for foldback bus
Diffstat (limited to 'gtk2_ardour/mixer_ui.h')
-rw-r--r--gtk2_ardour/mixer_ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_ui.h b/gtk2_ardour/mixer_ui.h
index 3176c8b64f..a4dd28c533 100644
--- a/gtk2_ardour/mixer_ui.h
+++ b/gtk2_ardour/mixer_ui.h
@@ -67,6 +67,7 @@ namespace ARDOUR {
};
class AxisView;
+class FoldbackStrip;
class MixerStrip;
class PluginSelector;
class MixerGroupTabs;
@@ -146,7 +147,7 @@ public:
void toggle_vcas ();
void showhide_vcas (bool on);
-
+
#ifdef MIXBUS
void toggle_mixbuses ();
void showhide_mixbusses (bool on);
@@ -303,6 +304,7 @@ private:
MonitorSection _monitor_section;
PluginSelector *_plugin_selector;
+ FoldbackStrip * 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 &);