Only show user-presets in favorite sidebar
[ardour.git] / libs / ardour / export_status.cc
index 4b48a8edd72d0ab8174658639caf10cf08550861..d5ccedaf3fd9f8534dcfb86744900198e23cabed 100644 (file)
@@ -44,14 +44,15 @@ ExportStatus::init ()
        total_timespans = 0;
        timespan = 0;
 
-       total_frames = 0;
-       processed_frames = 0;
+       total_samples = 0;
+       processed_samples = 0;
 
-       total_frames_current_timespan = 0;
-       processed_frames_current_timespan = 0;
+       total_samples_current_timespan = 0;
+       processed_samples_current_timespan = 0;
 
-       total_normalize_cycles = 0;
-       current_normalize_cycle = 0;
+       total_postprocessing_cycles = 0;
+       current_postprocessing_cycle = 0;
+       result_map.clear();
 }
 
 void