X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=libs%2Fardour%2Froute.cc;h=11db73241cbd304c629a556828f02611134678c9;hp=4b14d761ebde62cbd167d54c27376b772bb8f418;hb=c8c6bca6587450ff64303dbc994a4cd28d6ce7aa;hpb=e9752ff93ea44098fd8c02b21a3a787ef1cbf3ab diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 4b14d761eb..11db73241c 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -1019,7 +1019,7 @@ Route::add_processors (const ProcessorList& others, boost::shared_ptr } if ((*i)->active()) { - // why? emit ActiveChanged() ?? + // emit ActiveChanged() and latency_changed() if needed (*i)->activate (); }