mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Merge with 2.0-ongoing R3082.
Superficial generification of export stuff. git-svn-id: svn://localhost/ardour2/branches/3.0@3088 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4cbd7f0eab
commit
a2a6cc0404
31 changed files with 657 additions and 367 deletions
|
|
@ -54,7 +54,7 @@ ExportRangeMarkersDialog::browse_action () const
|
|||
}
|
||||
|
||||
void
|
||||
ExportRangeMarkersDialog::export_audio_data ()
|
||||
ExportRangeMarkersDialog::export_data ()
|
||||
{
|
||||
getSession().locations()->apply(*this, &ExportRangeMarkersDialog::process_range_markers_export);
|
||||
}
|
||||
|
|
@ -83,7 +83,7 @@ ExportRangeMarkersDialog::process_range_markers_export(Locations::LocationList&
|
|||
|
||||
getSession().request_locate(spec.start_frame, false);
|
||||
|
||||
if (getSession().start_audio_export(spec)){
|
||||
if (getSession().start_export(spec)){
|
||||
// if export fails
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue