there is no remote model choice anymore - ordering is determined by the GUI
[ardour.git] / libs / ardour / ardour / smf_source.h
index d088f2d867a3e8d6aa8606ada90d803b23d24629..8f58fda2fea7b0cf0c83fa0facaedca0d216b661 100644 (file)
@@ -72,6 +72,7 @@ public:
        void prevent_deletion ();
 
   protected:
+       void close ();
        void set_path (const std::string& newpath);
        void flush_midi (const Lock& lock);
 
@@ -85,7 +86,7 @@ public:
        mutable framepos_t _smf_last_read_time;
 
        int open_for_write ();
-       
+
        void ensure_disk_file (const Lock& lock);
 
        framecnt_t read_unlocked (const Lock&                    lock,