Trim include dependency graph, especially for io.h and session.h.
[ardour.git] / libs / ardour / ardour / smf_source.h
index 7d114d49edda20d6e7dece2080062770c7e6718d..0c0dba3d96f26da36a7dfd13069939193870b16f 100644 (file)
@@ -113,6 +113,8 @@ class SMFSource : public MidiSource, public Evoral::SMF {
        bool find (std::string path, bool must_exist, bool& is_new);
        bool removable() const;
        bool writable() const { return _flags & Writable; }
+       
+       void make_sure_controls_have_the_right_interpolation();
 
        Glib::ustring  _path;
        Flag           _flags;