From fc65097686c705f009fa075d18e5a2dbd60f0ba5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 6 Mar 2020 03:19:07 +0100 Subject: 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. --- libs/ardour/ardour/export_channel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour') 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); -- cgit v1.2.3