summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/presentation_info.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-04-12 21:34:14 +0200
committerRobin Gareus <robin@gareus.org>2019-04-12 21:37:51 +0200
commit4199156263148cc5af4d840c0e04ad267958877a (patch)
tree5464efa7c5d94aab36bb0ef9781bee2a43751299 /libs/ardour/ardour/presentation_info.h
parent5c94bd00b5897050371f807b93e73baa76581417 (diff)
More Ardour/Mixbus codebase unification
Note Presentation-Info bits used by Mixbus to prevent conflicts when sharing sessions.
Diffstat (limited to 'libs/ardour/ardour/presentation_info.h')
-rw-r--r--libs/ardour/ardour/presentation_info.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/ardour/ardour/presentation_info.h b/libs/ardour/ardour/presentation_info.h
index de728138cc..f5e1ed4531 100644
--- a/libs/ardour/ardour/presentation_info.h
+++ b/libs/ardour/ardour/presentation_info.h
@@ -111,12 +111,19 @@ class LIBARDOUR_API PresentationInfo : public PBD::Stateful
MasterOut = 0x20,
MonitorOut = 0x40,
Auditioner = 0x80,
+#ifdef MIXBUS
+ Mixbus = 0x1000,
+#endif
/* These are for sharing Stripable states between the GUI and other
* user interfaces/control surfaces
*/
Hidden = 0x100,
+#ifdef MIXBUS
+ MixbusEditorHidden = 0x800,
+#endif
/* single bit indicates that the group order is set */
OrderSet = 0x400,
+
/* bus type for monitor mixes */
FoldbackBus = 0x2000,