mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
the big Route structure refactor. !!!! THIS WILL ***NOT LOAD*** PRIOR 3.0 or 2.X SESSIONS !!!! BREAKAGE IS EXPECTED !!!! IF YOU HAVE AND NEED A WORKING 3.0 DO **NOT** UPDATE. !!!! otherwise, update and enjoy the steadily emerging joys of this major reworking of ardour internals
git-svn-id: svn://localhost/ardour2/branches/3.0@5137 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9bd274bfde
commit
e6eb059576
77 changed files with 2688 additions and 3801 deletions
|
|
@ -211,7 +211,8 @@ Processor::configure_io (ChanCount in, ChanCount out)
|
|||
{
|
||||
/* This class assumes 1:1 input:output.static output stream count.
|
||||
Derived classes must override and set _configured_output appropriately
|
||||
if this is not the case */
|
||||
if this is not the case
|
||||
*/
|
||||
|
||||
_configured_input = in;
|
||||
_configured_output = out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue