mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
more rhythm ferret/transient detection/split region stuff, maybe it works now
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2969 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9dde869179
commit
315dd3d770
12 changed files with 163 additions and 125 deletions
|
|
@ -959,6 +959,8 @@ class Editor : public PublicEditor
|
|||
void split_region ();
|
||||
void split_region_at (nframes_t);
|
||||
void split_regions_at (nframes_t, RegionSelection&);
|
||||
void split_region_at_transients ();
|
||||
void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, std::vector<nframes64_t>&);
|
||||
void crop_region_to_selection ();
|
||||
void crop_region_to (nframes_t start, nframes_t end);
|
||||
void set_sync_point (nframes64_t, const RegionSelection&);
|
||||
|
|
@ -984,7 +986,6 @@ class Editor : public PublicEditor
|
|||
void normalize_region ();
|
||||
void denormalize_region ();
|
||||
void adjust_region_scale_amplitude (bool up);
|
||||
void split_region_at_transients ();
|
||||
|
||||
void use_region_as_bar ();
|
||||
void use_range_as_bar ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue