Skip to content

Commit

Permalink
Loudness analysis, remove superfluous format options
Browse files Browse the repository at this point in the history
The previous commit prevents any post-processing when
exporting for analysis only.
  • Loading branch information
x42 committed May 28, 2022
1 parent 51b507b commit 47c6493
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gtk2_ardour/loudness_dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -447,13 +447,11 @@ LoudnessDialog::analyze ()
boost::shared_ptr<ExportFormatSpecification> fmp = _session->get_export_handler ()->add_format ();

/* setup format */
fmp->set_tag (false);
fmp->set_sample_format (ExportFormatBase::SF_Float);
fmp->set_sample_rate (ExportFormatBase::SR_Session);
fmp->set_format_id (ExportFormatBase::F_None);
fmp->set_type (ExportFormatBase::T_None);
fmp->set_extension ("wav");
fmp->set_soundcloud_upload (false);
fmp->set_analyse (true);

/* setup range */
Expand Down

0 comments on commit 47c6493

Please sign in to comment.