From 7d765bd2073f34beabbf8b94a8627d962b4cee43 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 Apr 2008 19:22:29 +0000 Subject: [PATCH] fix for plugins-do-not-work-on-all-channels bug (#2203) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3285 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/route.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 8daeed2eeb..b3b53989e1 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -873,7 +873,6 @@ Route::add_redirect (boost::shared_ptr redirect, void *src, uint32_t* uint32_t potential_max_streams = 0; if ((pi = boost::dynamic_pointer_cast(redirect)) != 0) { - pi->set_count (1); if (pi->input_streams() == 0) { /* instrument plugin */