From 8b9a1fae6a580b526b3fc784581e6d0c8031b6db Mon Sep 17 00:00:00 2001 From: Colin Fletcher Date: Mon, 7 Oct 2013 20:22:56 +0100 Subject: Update export format when 'upload to soundcloud' changes. --- libs/ardour/export_format_manager.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libs/ardour/export_format_manager.cc') diff --git a/libs/ardour/export_format_manager.cc b/libs/ardour/export_format_manager.cc index 890623c114..c8bd0c0aa9 100644 --- a/libs/ardour/export_format_manager.cc +++ b/libs/ardour/export_format_manager.cc @@ -294,6 +294,12 @@ ExportFormatManager::select_with_toc (bool value) } void +ExportFormatManager::select_upload (bool value) +{ + current_selection->set_upload (value); + check_for_description_change (); +} + ExportFormatManager::select_trim_beginning (bool value) { current_selection->set_trim_beginning (value); -- cgit v1.2.3