summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-16 02:15:56 +0200
committerRobin Gareus <robin@gareus.org>2016-07-16 02:15:56 +0200
commit15433457f2d81b50a576ffa3aca2bf311edd2370 (patch)
tree14b586c54fedcc5bc12c3270f334ae7350d11863 /gtk2_ardour/export_channel_selector.h
parentbd50bfa96776c4a1f8370fe8016aea4f896e7b9a (diff)
export RT support as Timespan option
Diffstat (limited to 'gtk2_ardour/export_channel_selector.h')
-rw-r--r--gtk2_ardour/export_channel_selector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/export_channel_selector.h b/gtk2_ardour/export_channel_selector.h
index 6dd770cbb3..d5607ef30b 100644
--- a/gtk2_ardour/export_channel_selector.h
+++ b/gtk2_ardour/export_channel_selector.h
@@ -236,6 +236,8 @@ class TrackExportChannelSelector : public ExportChannelSelector
virtual void sync_with_manager ();
+ bool track_output () const { return track_output_button.get_active(); }
+
private:
void fill_list();