mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
update audio-export as used by video-export (disable soundcloud)
This commit is contained in:
parent
eb3e3fe22f
commit
5ecfe1a0b9
1 changed files with 1 additions and 0 deletions
|
|
@ -560,6 +560,7 @@ ExportVideoDialog::launch_export ()
|
|||
insnd = fnp->get_path(fmp);
|
||||
|
||||
/* do sound export */
|
||||
fmp->set_soundcloud_upload(false);
|
||||
_session->get_export_handler()->add_export_config (tsp, ccp, fmp, fnp, b);
|
||||
_session->get_export_handler()->do_export();
|
||||
status = _session->get_export_status ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue