Go back to one progress bar with several passes in export.
[ardour.git] / libs / ardour / export_status.cc
index dbb96432ee5fb68aac8eded0611d069d51d68c6a..70ce8dd27e96b286325d5bb3f77e0433403af032 100644 (file)
@@ -37,7 +37,6 @@ ExportStatus::init ()
        _finished = false;
        _errors = false;
 
-       progress = 0.0;
        normalizing = false;
 
        total_timespans = 0;
@@ -45,6 +44,12 @@ ExportStatus::init ()
 
        total_frames = 0;
        processed_frames = 0;
+
+       total_frames_current_timespan = 0;
+       processed_frames_current_timespan = 0;
+
+       total_normalize_cycles = 0;
+       current_normalize_cycle = 0;
 }
 
 void