summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-07-21 17:03:04 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commit4bfc5ddf71728c1f14a3fbff5dab4986fbabe15c (patch)
tree2b8edd7a1866a25759e3d1dc7048c90cbb3c246f /libs/ardour/route.cc
parente5ea6d81d8fda4cec717c2f285f499d05b30182a (diff)
mechanism to allow Track (or other Route-derived type) to add its own processors at the right time
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 */
{