remove Track::hidden(); replace with Stripable::is_private_route()
[ardour.git] / libs / ardour / ardour / track.h
index d14ccdc938b126032a11ac481ac1493c86d9383c..b7f5c1f5f4638c5acad041f644e0cdf0d601d4c6 100644 (file)
@@ -154,7 +154,6 @@ class LIBARDOUR_API Track : public Route, public Recordable
        int do_flush (RunContext, bool force = false);
        void set_pending_overwrite (bool);
        int seek (framepos_t, bool complete_refill = false);
-       bool hidden () const;
        int can_internal_playback_seek (framecnt_t);
        int internal_playback_seek (framecnt_t);
        void non_realtime_locate (framepos_t);
@@ -256,6 +255,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;
 };