From 2085cddab3b1c8155b63c3c48304fffaa72c4e6c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 6 Mar 2010 19:47:34 +0000 Subject: the last (?) piece of the internal send/listen/monitor/control outs track/bus architecture puzzle: a send from the post-fader master bus to the control/listen/monitor bus inputs that is silent when something is soloed, but the rest of the time delivers the main mix to the control/listen/monitor bus. Tweaks to follow, surely ... git-svn-id: svn://localhost/ardour2/branches/3.0@6740 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/enums.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/enums.cc') diff --git a/libs/ardour/enums.cc b/libs/ardour/enums.cc index baf8f7326d..8a2ccfe79c 100644 --- a/libs/ardour/enums.cc +++ b/libs/ardour/enums.cc @@ -514,6 +514,7 @@ setup_enum_writer () REGISTER_CLASS_ENUM (Delivery, Listen); REGISTER_CLASS_ENUM (Delivery, Main); REGISTER_CLASS_ENUM (Delivery, Aux); + REGISTER_CLASS_ENUM (Delivery, MainListen); REGISTER_BITS (_Delivery_Role); REGISTER_CLASS_ENUM (MuteMaster, PreFader); -- cgit v1.2.3