From 9f4a00fa898845ba177955f115fa2f96d62a8643 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Wed, 9 Jul 2014 15:11:58 -0500 Subject: add mixbus profile which removes the tearoffs --- libs/ardour/ardour/profile.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/ardour/profile.h') diff --git a/libs/ardour/ardour/profile.h b/libs/ardour/ardour/profile.h index 56d9ff62be..1ea7e2b036 100644 --- a/libs/ardour/ardour/profile.h +++ b/libs/ardour/ardour/profile.h @@ -34,6 +34,7 @@ public: SAE, SinglePackage, Trx, + Mixbus, LastElement, }; @@ -49,6 +50,9 @@ public: bool get_trx() const { return bits[Trx]; } void set_trx() { bits[Trx] = true; } + bool get_mixbus() const { return bits[Mixbus]; } + void set_mixbus() { bits[Mixbus] = true; } + void set_single_package () { bits[SinglePackage] = true; } bool get_single_package () const { return bits[SinglePackage]; } -- cgit v1.2.3