Add strip GUI first try for foldback bus

This commit is contained in:
Len Ovens 2019-01-18 10:22:54 -08:00
parent b01f6ead8b
commit 4f22bcea24
5 changed files with 1625 additions and 1 deletions

View file

@ -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 &);