mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
remove near-duplicate session constructor; change names from control_outs to monitor_out and control_out to monitor_send; may havebroken creation of new sessions in a wierd way (will fix later)
git-svn-id: svn://localhost/ardour2/branches/3.0@6783 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9bdb9836b5
commit
4d33dcd5d7
9 changed files with 165 additions and 255 deletions
|
|
@ -370,7 +370,7 @@ setup_enum_writer ()
|
|||
|
||||
REGISTER_CLASS_ENUM (Route, Hidden);
|
||||
REGISTER_CLASS_ENUM (Route, MasterOut);
|
||||
REGISTER_CLASS_ENUM (Route, ControlOut);
|
||||
REGISTER_CLASS_ENUM (Route, MonitorOut);
|
||||
REGISTER_BITS (_Route_Flag);
|
||||
|
||||
REGISTER_CLASS_ENUM (Source, Writable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue