Patch from Tim Mayberry:
[ardour.git] / libs / ardour / export_status.cc
index c575ee79bef515458d418f050cad0403cc588cf3..70ce8dd27e96b286325d5bb3f77e0433403af032 100644 (file)
@@ -36,18 +36,20 @@ ExportStatus::init ()
        _aborted = false;
        _finished = false;
        _errors = false;
-       
-       stage = export_None;
-       progress = 0.0;
-       
+
+       normalizing = false;
+
        total_timespans = 0;
        timespan = 0;
-       
-       total_channel_configs = 0;
-       channel_config = 0;
-       
-       total_formats = 0;
-       format = 0;
+
+       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