X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_status.h;h=56b15eada19ebdf59af49e60433220a68f4ffdec;hb=16f91163e5989ebdd224fbbe976e10e24b778d06;hp=5a50777f946e088bef948af23934729c5459340b;hpb=f57da9b00e0660640c7a4cbb48f32ef63830d463;p=ardour.git diff --git a/libs/ardour/ardour/export_status.h b/libs/ardour/ardour/export_status.h index 5a50777f94..56b15eada1 100644 --- a/libs/ardour/ardour/export_status.h +++ b/libs/ardour/ardour/export_status.h @@ -52,15 +52,18 @@ struct ExportStatus { /* Progress info */ - volatile float progress; volatile bool normalizing; volatile uint32_t total_timespans; volatile uint32_t timespan; + std::string timespan_name; volatile framecnt_t total_frames; volatile framecnt_t processed_frames; + volatile framecnt_t total_frames_current_timespan; + volatile framecnt_t processed_frames_current_timespan; + volatile uint32_t total_normalize_cycles; volatile uint32_t current_normalize_cycle;