debug flag for session destruction and waf option for boost SP debug
[ardour.git] / libs / ardour / ardour / playlist.h
index aa661b8588401a43604d5c236fd1a03458b3b7bb..693b2de2dd7c80cb86798dc0e9f8793dd853291d 100644 (file)
@@ -109,6 +109,8 @@ class Playlist : public SessionObject,
        boost::shared_ptr<Playlist> copy (std::list<AudioRange>&, bool result_is_hidden = true);
        int                         paste (boost::shared_ptr<Playlist>, nframes_t position, float times);
 
+       const RegionList& region_list () const { return regions; }
+
        RegionList*                regions_at (nframes_t frame);
        RegionList*                regions_touched (nframes_t start, nframes_t end);
        RegionList*                regions_to_read (nframes_t start, nframes_t end);