Oops from previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@5379 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -273,8 +273,10 @@ PortGroupList::gather (ARDOUR::Session& session, bool inputs)
|
||||
|
||||
/* Ardour stuff */
|
||||
|
||||
ardour->add_bundle (session.the_auditioner()->output()->bundle());
|
||||
ardour->add_bundle (session.click_io()->bundle());
|
||||
if (!inputs) {
|
||||
ardour->add_bundle (session.the_auditioner()->output()->bundle());
|
||||
ardour->add_bundle (session.click_io()->bundle());
|
||||
}
|
||||
|
||||
/* Now find all other ports that we haven't thought of yet */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user