Add timespan name to export status text
git-svn-id: svn://localhost/ardour2/branches/3.0@11381 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -56,6 +56,7 @@ struct ExportStatus {
|
||||
|
||||
volatile uint32_t total_timespans;
|
||||
volatile uint32_t timespan;
|
||||
std::string timespan_name;
|
||||
|
||||
volatile framecnt_t total_frames;
|
||||
volatile framecnt_t processed_frames;
|
||||
|
||||
@@ -164,6 +164,7 @@ ExportHandler::start_timespan ()
|
||||
|
||||
current_timespan = config_map.begin()->first;
|
||||
export_status->total_frames_current_timespan = current_timespan->get_length();
|
||||
export_status->timespan_name = current_timespan->name();
|
||||
export_status->processed_frames_current_timespan = 0;
|
||||
|
||||
/* Register file configurations to graph builder */
|
||||
|
||||
Reference in New Issue
Block a user