mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
rename join regions op as combine regions; save and restore nested playlists, sources, regions; add undo/redo for combine; fixup peakfile use/discovery
git-svn-id: svn://localhost/ardour2/branches/3.0@9528 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4b848856eb
commit
99aa8c6338
13 changed files with 167 additions and 76 deletions
|
|
@ -1099,7 +1099,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void duplicate_some_regions (RegionSelection&, float times);
|
||||
void duplicate_selection (float times);
|
||||
void region_fill_selection ();
|
||||
void join_regions ();
|
||||
void combine_regions ();
|
||||
void uncombine_regions ();
|
||||
|
||||
void region_fill_track ();
|
||||
void audition_playlist_region_standalone (boost::shared_ptr<ARDOUR::Region>);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue