mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Remove backend support for region-output export
This use-case is better served via stem-export.
This commit is contained in:
parent
fc65097686
commit
d126966952
3 changed files with 0 additions and 8 deletions
|
|
@ -210,7 +210,6 @@ ExportHandler::start_timespan ()
|
|||
spec.filename->set_timespan (it->first);
|
||||
switch (spec.channel_config->region_processing_type ()) {
|
||||
case RegionExportChannelFactory::None:
|
||||
case RegionExportChannelFactory::Processed:
|
||||
region_export = false;
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue