mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / libs / ardour / ardour / track.h
index d14ccdc938b126032a11ac481ac1493c86d9383c..9b9b1c79ee9d0030b4560a4a31d5539f8e9337b7 100644 (file)
@@ -256,6 +256,7 @@ class LIBARDOUR_API Track : public Route, public Recordable
 private:
        void parameter_changed (std::string const & p);
        void setup_invisible_processors_oh_children_of_mine (ProcessorList&);
+       void add_processors_oh_children_of_mine ();
 
        std::string _diskstream_name;
 };