summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-19 04:25:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-19 04:25:46 +0000
commitb99b507be9cb290ff9fc2d6197af045964eb68a2 (patch)
tree4cacb127abbb64bce55fbf06f7184441691d851e /libs/ardour/route_group.cc
parent2feede2e8ce393b8684638c526006dfb46ef4908 (diff)
add track/bus now allows specifying aux or direct bus role; processor box menus sort of kindof allow New Aux -> Aux Bus
git-svn-id: svn://localhost/ardour2/branches/3.0@6128 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/route_group.cc')
-rw-r--r--libs/ardour/route_group.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc
index 792bcfc3e5..f33a7f1f40 100644
--- a/libs/ardour/route_group.cc
+++ b/libs/ardour/route_group.cc
@@ -267,7 +267,7 @@ RouteGroup::make_subgroup ()
try {
/* use master bus etc. to determine default nouts */
- rl = _session.new_audio_route (nin, 2, 0, 1);
+ rl = _session.new_audio_route (false, nin, 2, 0, 1);
} catch (...) {
return;
}