diff --git a/libs/ardour/export_channel_configuration.cc b/libs/ardour/export_channel_configuration.cc index 44d878b6c4..1a59f1943c 100644 --- a/libs/ardour/export_channel_configuration.cc +++ b/libs/ardour/export_channel_configuration.cc @@ -79,6 +79,8 @@ ExportChannelConfiguration::set_state (const XMLNode& root) std::string str; if (root.get_property ("region-processing", str)) { set_region_processing_type ((RegionExportChannelFactory::Type) string_2_enum (str, RegionExportChannelFactory::Type)); + } else { + set_region_processing_type (RegionExportChannelFactory::None); } /* load old state, if any */