globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / export_status.cc
index 808d6f144c59d2d1617aee02243b7ffec8962dff..d5ccedaf3fd9f8534dcfb86744900198e23cabed 100644 (file)
@@ -44,11 +44,11 @@ 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_postprocessing_cycles = 0;
        current_postprocessing_cycle = 0;