Consistent Automation evaluation:
[ardour.git] / libs / ardour / export_status.cc
index 4b48a8edd72d0ab8174658639caf10cf08550861..808d6f144c59d2d1617aee02243b7ffec8962dff 100644 (file)
@@ -50,8 +50,9 @@ ExportStatus::init ()
        total_frames_current_timespan = 0;
        processed_frames_current_timespan = 0;
 
-       total_normalize_cycles = 0;
-       current_normalize_cycle = 0;
+       total_postprocessing_cycles = 0;
+       current_postprocessing_cycle = 0;
+       result_map.clear();
 }
 
 void