mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-02 19:59:30 +01:00
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
This commit is contained in:
parent
b6b68881b2
commit
2085cddab3
6 changed files with 96 additions and 43 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue