summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.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 /gtk2_ardour/export_channel_selector.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 'gtk2_ardour/export_channel_selector.h')
-rw-r--r--gtk2_ardour/export_channel_selector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/export_channel_selector.h b/gtk2_ardour/export_channel_selector.h
index 08eab87ebd..ed131576dd 100644
--- a/gtk2_ardour/export_channel_selector.h
+++ b/gtk2_ardour/export_channel_selector.h
@@ -231,7 +231,6 @@ private:
ARDOUR::AudioTrack & track;
uint32_t region_chans;
- uint32_t track_chans;
/*** GUI components ***/
@@ -240,7 +239,6 @@ private:
Gtk::RadioButtonGroup type_group;
Gtk::RadioButton raw_button;
Gtk::RadioButton fades_button;
- Gtk::RadioButton processed_button;
};
class TrackExportChannelSelector : public ExportChannelSelector