Selection of visible note range (full range vs fit contents, selectable from midi...
[ardour.git] / libs / ardour / ardour / playlist_factory.h
index be7c290a8c3a84e2ff98556519f83e19a31c6911..a28e2611d9a72478e40bbd55354ee30f095ef61c 100644 (file)
@@ -34,7 +34,7 @@ class PlaylistFactory {
        static sigc::signal<void,boost::shared_ptr<Playlist> > PlaylistCreated;
 
        static boost::shared_ptr<Playlist> create (Session&, const XMLNode&, bool hidden = false);
-       static boost::shared_ptr<Playlist> create (Session&, string name, bool hidden = false);
+       static boost::shared_ptr<Playlist> create (DataType type, Session&, string name, bool hidden = false);
        static boost::shared_ptr<Playlist> create (boost::shared_ptr<const Playlist>, string name, bool hidden = false);
        static boost::shared_ptr<Playlist> create (boost::shared_ptr<const Playlist>, nframes_t start, nframes_t cnt, string name, bool hidden = false);
 };