mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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
|
|
@ -124,7 +124,7 @@ static int export_session (Session *session,
|
|||
double progress = 0.0;
|
||||
switch (status->active_job) {
|
||||
case ExportStatus::Normalizing:
|
||||
progress = ((float) status->current_normalize_cycle) / status->total_normalize_cycles;
|
||||
progress = ((float) status->current_postprocessing_cycle) / status->total_postprocessing_cycles;
|
||||
printf ("* Normalizing %.1f%% \r", 100. * progress); fflush (stdout);
|
||||
break;
|
||||
case ExportStatus::Exporting:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue