Automation of LV2 plugin properties.
[ardour.git] / libs / ardour / ardour / file_source.h
index 37a7e67d2ef4c35a460ba151941c84f15ce41c14..8cbbfed0d96047708f789a25aa2f2056a6769872 100644 (file)
@@ -85,6 +85,12 @@ public:
        void existence_check ();
        virtual void prevent_deletion ();
 
+       /** Rename the file on disk referenced by this source to \param newname
+        */
+       int rename (const std::string& name);
+
+       virtual void release_descriptor () {}
+
 protected:
        FileSource (Session& session, DataType type,
                    const std::string& path,