mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / libs / ardour / route.cc
index d405dd8f082ee527837b3055f07832eed0a44c7e..c1725c42586748e4e02d7e86fdab61b317b6d94d 100644 (file)
@@ -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 */
 
        {