X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_status.h;h=56b15eada19ebdf59af49e60433220a68f4ffdec;hb=16f91163e5989ebdd224fbbe976e10e24b778d06;hp=a42327c8aae0d421ceccabcbb0890d53de863648;hpb=1de3eac2deeb5400e349114ff59d6fa0a6d6de1e;p=ardour.git diff --git a/libs/ardour/ardour/export_status.h b/libs/ardour/ardour/export_status.h index a42327c8aa..56b15eada1 100644 --- a/libs/ardour/ardour/export_status.h +++ b/libs/ardour/ardour/export_status.h @@ -52,15 +52,21 @@ 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; + private: volatile bool _aborted; volatile bool _errors;