Make import GUI report if you are importing a file of a name that
[ardour.git] / libs / ardour / ardour / playlist.h
index 402e02109a99e458bfc2f4fb48e40170daa671e3..0e7bf4eff91e6a4c6bb08a739ee19045a87b67dd 100644 (file)
@@ -93,6 +93,7 @@ class Playlist : public PBD::StatefulDestructible, public boost::enable_shared_f
        void duplicate (boost::shared_ptr<Region>, nframes_t position, float times);
        void nudge_after (nframes_t start, nframes_t distance, bool forwards);
        void shuffle (boost::shared_ptr<Region>, int dir);
+       void update_after_tempo_map_change ();
 
        boost::shared_ptr<Playlist> cut  (list<AudioRange>&, bool result_is_hidden = true);
        boost::shared_ptr<Playlist> copy (list<AudioRange>&, bool result_is_hidden = true);
@@ -107,6 +108,8 @@ class Playlist : public PBD::StatefulDestructible, public boost::enable_shared_f
        nframes64_t                find_next_region_boundary (nframes64_t frame, int dir);
        bool                       region_is_shuffle_constrained (boost::shared_ptr<Region>);
 
+       nframes64_t find_next_transient (nframes64_t position, int dir);
+
        template<class T> void foreach_region (T *t, void (T::*func)(boost::shared_ptr<Region>, void *), void *arg);
        template<class T> void foreach_region (T *t, void (T::*func)(boost::shared_ptr<Region>));
 
@@ -121,7 +124,6 @@ class Playlist : public PBD::StatefulDestructible, public boost::enable_shared_f
        sigc::signal<void>      LayeringChanged;
 
        static string bump_name (string old_name, Session&);
-       static string bump_name_once (string old_name);
 
        void freeze ();
        void thaw ();