From 0a9cef7720ed9bd83442d284d18831437b80a482 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 May 2011 02:17:58 +0000 Subject: very basic Join (regions) editing operation. not finished yet, no undoable, no sensible name for new region, etc. etc git-svn-id: svn://localhost/ardour2/branches/3.0@9518 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/playlist.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/ardour/playlist.h') diff --git a/libs/ardour/ardour/playlist.h b/libs/ardour/ardour/playlist.h index e21199e642..e23ba264fc 100644 --- a/libs/ardour/ardour/playlist.h +++ b/libs/ardour/ardour/playlist.h @@ -97,6 +97,8 @@ public: boost::shared_ptr region_by_id (const PBD::ID&) const; + uint32_t max_source_level () const; + void set_region_ownership (); virtual void clear (bool with_signals=true); @@ -137,6 +139,8 @@ public: void partition (framepos_t start, framepos_t end, bool cut = false); void duplicate (boost::shared_ptr, framepos_t position, float times); void nudge_after (framepos_t start, framecnt_t distance, bool forwards); + void join (const RegionList&, const std::string&); + void shuffle (boost::shared_ptr, int dir); void update_after_tempo_map_change (); -- cgit v1.2.3