mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Normalize API rename part 2
This commit is contained in:
parent
b64dcac17e
commit
8c944c08ea
8 changed files with 16 additions and 16 deletions
|
|
@ -559,7 +559,7 @@ ExportVideoDialog::audio_progress_display ()
|
|||
switch (status->active_job) {
|
||||
case ExportStatus::Normalizing:
|
||||
pbar.set_text (_("Normalizing audio"));
|
||||
progress = ((float) status->current_normalize_cycle) / status->total_normalize_cycles;
|
||||
progress = ((float) status->current_postprocessing_cycle) / status->total_postprocessing_cycles;
|
||||
progress = progress / (_twopass ? 4.0 : 3.0) + (_twopass ? .25 : 1.0 / 3.0);
|
||||
break;
|
||||
case ExportStatus::Exporting:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue