more MTC stuff, including toggleable use of torben's PI controller
[ardour.git] / libs / ardour / ardour / track.h
index 1b191a1d3e9bde90672ea8a4a582e72ae164d623..02cab70a84f49c0943157a695bdc987b9f517cc5 100644 (file)
@@ -82,7 +82,7 @@ class Track : public Route
 
        XMLNode&    get_state();
        XMLNode&    get_template();
-       virtual int set_state(const XMLNode& node) = 0;
+       virtual int set_state (const XMLNode&, int version) = 0;
        static void zero_diskstream_id_in_xml (XMLNode&);
 
        boost::shared_ptr<PBD::Controllable> rec_enable_control() { return _rec_enable_control; }