mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
add new Graph debug bit ; make adding aux sends really work
git-svn-id: svn://localhost/ardour2/branches/3.0@6132 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
281d6c1bbd
commit
23c79d8503
9 changed files with 47 additions and 11 deletions
|
|
@ -825,7 +825,10 @@ ProcessorBox::choose_aux (boost::weak_ptr<Route> wr)
|
|||
return;
|
||||
}
|
||||
|
||||
_route->listen_via (target, PreFader, true, true);
|
||||
boost::shared_ptr<RouteList> rlist (new RouteList);
|
||||
rlist->push_back (_route);
|
||||
|
||||
_session.add_internal_sends (target, PreFader, rlist);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue