summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_graph_builder.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-10 21:26:02 +0100
committerRobin Gareus <robin@gareus.org>2016-02-10 22:35:01 +0100
commit837f8fac2b3193fd181ef80086aa25108414e0f0 (patch)
treea1899932f59840ecd0505b545259c8602dd54a6d /libs/ardour/ardour/export_graph_builder.h
parentfd3772a40f4e3d6573bc5e9d2c101501efd3db75 (diff)
make post-export analysis optional (default to enabled)
Diffstat (limited to 'libs/ardour/ardour/export_graph_builder.h')
-rw-r--r--libs/ardour/ardour/export_graph_builder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/export_graph_builder.h b/libs/ardour/ardour/export_graph_builder.h
index d14a00997a..979e3632b9 100644
--- a/libs/ardour/ardour/export_graph_builder.h
+++ b/libs/ardour/ardour/export_graph_builder.h
@@ -135,6 +135,7 @@ class LIBARDOUR_API ExportGraphBuilder
int data_width;
AnalysisPtr analyser;
+ bool _analyse;
// Only one of these should be available at a time
FloatConverterPtr float_converter;
IntConverterPtr int_converter;