13
0

save aux sends in session/route templates (#5285)

git-svn-id: svn://localhost/ardour2/branches/3.0@13946 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-21 13:48:56 +00:00
parent b97cf17666
commit 7a2f3e6380

View File

@ -1952,7 +1952,7 @@ Route::state(bool full_state)
boost::shared_ptr<InternalSend> is;
if ((is = boost::dynamic_pointer_cast<InternalSend> (*i)) != 0) {
if (is->role() == Delivery::Aux || is->role() == Delivery::Listen) {
if (is->role() == Delivery::Listen) {
continue;
}
}