mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Recover Regions feature: WIP
This commit is contained in:
parent
29865677b8
commit
8dea1a033d
6 changed files with 36 additions and 11 deletions
|
|
@ -1239,6 +1239,7 @@ private:
|
|||
void align_regions_relative (ARDOUR::RegionPoint point);
|
||||
void align_region (boost::shared_ptr<ARDOUR::Region>, ARDOUR::RegionPoint point, samplepos_t position);
|
||||
void align_region_internal (boost::shared_ptr<ARDOUR::Region>, ARDOUR::RegionPoint point, samplepos_t position);
|
||||
void recover_regions (ARDOUR::RegionList);
|
||||
void remove_selected_regions ();
|
||||
void remove_clicked_region ();
|
||||
void show_region_properties ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue