mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
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
This commit is contained in:
parent
1e59c4a220
commit
7d765bd207
1 changed files with 0 additions and 1 deletions
|
|
@ -873,7 +873,6 @@ Route::add_redirect (boost::shared_ptr<Redirect> redirect, void *src, uint32_t*
|
|||
uint32_t potential_max_streams = 0;
|
||||
|
||||
if ((pi = boost::dynamic_pointer_cast<PluginInsert>(redirect)) != 0) {
|
||||
pi->set_count (1);
|
||||
|
||||
if (pi->input_streams() == 0) {
|
||||
/* instrument plugin */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue