Just flush processors on stop (when plugins-stop-on-transport is true) rather than...
authorCarl Hetherington <carl@carlh.net>
Tue, 14 Sep 2010 00:41:33 +0000 (00:41 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 14 Sep 2010 00:41:33 +0000 (00:41 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7770 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/route.cc

index 9ad36b90fd1827de964d814cfb68e15a649bf356..cda4fa8e1e36814b3e5c3b2de21c2a201d8cf9df 100644 (file)
@@ -2632,8 +2632,6 @@ Route::handle_transport_stopped (bool /*abort_ignored*/, bool did_locate, bool c
                for (ProcessorList::iterator i = _processors.begin(); i != _processors.end(); ++i) {
 
                        if (Config->get_plugins_stop_with_transport() && can_flush_processors) {
-                               (*i)->deactivate ();
-                               (*i)->activate ();
                                 (*i)->flush ();
                        }