summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_channel.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-06 03:19:07 +0100
committerRobin Gareus <robin@gareus.org>2020-03-06 03:28:41 +0100
commitfc65097686c705f009fa075d18e5a2dbd60f0ba5 (patch)
tree21b2bf5d3d1b817bba95224e829ef2defd8cee39 /libs/ardour/ardour/export_channel.h
parent751f9f96540e6b1517725b0a75a4e416df04af58 (diff)
Remove region-output export (GUI)
This use-case is better served via stem-export. This export mode never worked correctly when latent plugins are present on the track. or when realtime export was chosen. This used to call track.export_stuff() -> bounce_process() periodically in small chunks from freewheeling callback, which is no longer functional.
Diffstat (limited to 'libs/ardour/ardour/export_channel.h')
-rw-r--r--libs/ardour/ardour/export_channel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_channel.h b/libs/ardour/ardour/export_channel.h
index ca23eadc67..aa504eb8da 100644
--- a/libs/ardour/ardour/export_channel.h
+++ b/libs/ardour/ardour/export_channel.h
@@ -105,7 +105,6 @@ class LIBARDOUR_API RegionExportChannelFactory
None,
Raw,
Fades,
- Processed
};
RegionExportChannelFactory (Session * session, AudioRegion const & region, AudioTrack & track, Type type);