fix crash when copy'ing latent plugins
[ardour.git] / libs / ardour / route.cc
index 4b14d761ebde62cbd167d54c27376b772bb8f418..11db73241cbd304c629a556828f02611134678c9 100644 (file)
@@ -1019,7 +1019,7 @@ Route::add_processors (const ProcessorList& others, boost::shared_ptr<Processor>
                        }
 
                        if ((*i)->active()) {
                        }
 
                        if ((*i)->active()) {
-                               // why?  emit  ActiveChanged() ??
+                               // emit ActiveChanged() and latency_changed() if needed
                                (*i)->activate ();
                        }
 
                                (*i)->activate ();
                        }