Remove unused punch+preroll API
[ardour.git] / libs / ardour / ardour / export_status.h
index 4782f49cb4917ba82ee4d17bf6627b9051cb0702..90e6c1b56aac431587c443b9b3e72ee6da5b039f 100644 (file)
@@ -72,14 +72,14 @@ class LIBARDOUR_API ExportStatus {
        volatile uint32_t       timespan;
        std::string             timespan_name;
 
-       volatile framecnt_t     total_frames;
-       volatile framecnt_t     processed_frames;
+       volatile samplecnt_t     total_samples;
+       volatile samplecnt_t     processed_samples;
 
-       volatile framecnt_t     total_frames_current_timespan;
-       volatile framecnt_t     processed_frames_current_timespan;
+       volatile samplecnt_t     total_samples_current_timespan;
+       volatile samplecnt_t     processed_samples_current_timespan;
 
-       volatile uint32_t       total_normalize_cycles;
-       volatile uint32_t       current_normalize_cycle;
+       volatile uint32_t       total_postprocessing_cycles;
+       volatile uint32_t       current_postprocessing_cycle;
 
        AnalysisResults         result_map;