mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Make it possible to consolidate/bounce ranges without applying processing
git-svn-id: svn://localhost/ardour2/branches/3.0@4743 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0697aed059
commit
bb20bcc7b6
10 changed files with 24 additions and 16 deletions
|
|
@ -2067,7 +2067,7 @@ public:
|
|||
int write_region_selection(RegionSelection&);
|
||||
bool write_region (string path, boost::shared_ptr<ARDOUR::AudioRegion>);
|
||||
void bounce_region_selection ();
|
||||
void bounce_range_selection (bool replace);
|
||||
void bounce_range_selection (bool replace, bool enable_processing);
|
||||
void external_edit_region ();
|
||||
|
||||
int write_audio_selection (TimeSelection&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue