Skip to content

Commit 47c6493

Browse files
committed
Loudness analysis, remove superfluous format options
The previous commit prevents any post-processing when exporting for analysis only.
1 parent 51b507b commit 47c6493

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gtk2_ardour/loudness_dialog.cc

-2
Original file line numberDiff line numberDiff line change
@@ -447,13 +447,11 @@ LoudnessDialog::analyze ()
447447
boost::shared_ptr<ExportFormatSpecification> fmp = _session->get_export_handler ()->add_format ();
448448

449449
/* setup format */
450-
fmp->set_tag (false);
451450
fmp->set_sample_format (ExportFormatBase::SF_Float);
452451
fmp->set_sample_rate (ExportFormatBase::SR_Session);
453452
fmp->set_format_id (ExportFormatBase::F_None);
454453
fmp->set_type (ExportFormatBase::T_None);
455454
fmp->set_extension ("wav");
456-
fmp->set_soundcloud_upload (false);
457455
fmp->set_analyse (true);
458456

459457
/* setup range */

0 commit comments

Comments
 (0)