summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index d405dd8f08..c1725c4258 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -239,6 +239,10 @@ Route::init ()
_monitor_control->activate ();
}
+ /* give derived classes a chance to add processors before we configure */
+
+ add_processors_oh_children_of_mine ();
+
/* now that we have _meter, its safe to connect to this */
{