Normalize API rename part 2
[ardour.git] / libs / ardour / export_status.cc
index 170073974b2eff7a6ae5822b20c0c6c5488a6956..808d6f144c59d2d1617aee02243b7ffec8962dff 100644 (file)
@@ -50,8 +50,8 @@ 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();
 }