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:
Sampo Savolainen 2009-03-06 19:28:39 +00:00
parent 0697aed059
commit bb20bcc7b6
10 changed files with 24 additions and 16 deletions

View file

@ -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&);