All plugin activate() method when required for copy & paste operations. Fixes segfau...
[ardour.git] / libs / ardour / route_group.cc
index 792bcfc3e50da996062b4f7b0e0605641942e41f..f33a7f1f408763ada05943ec91bb9cdd9ea3c046 100644 (file)
@@ -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;
        }