mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
Implement Bounce Range to Trigger
This commit is contained in:
parent
83d8560490
commit
541b91d293
3 changed files with 68 additions and 20 deletions
|
|
@ -2113,10 +2113,16 @@ private:
|
|||
|
||||
/* audio export */
|
||||
|
||||
enum BounceTarget {
|
||||
NewSource,
|
||||
NewTrigger,
|
||||
ReplaceRange
|
||||
};
|
||||
|
||||
int write_region_selection(RegionSelection&);
|
||||
bool write_region (std::string path, boost::shared_ptr<ARDOUR::AudioRegion>);
|
||||
void bounce_region_selection (bool with_processing);
|
||||
void bounce_range_selection (bool replace, bool enable_processing);
|
||||
void bounce_range_selection (BounceTarget, bool enable_processing);
|
||||
void external_edit_region ();
|
||||
|
||||
int write_audio_selection (TimeSelection&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue