summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-19 18:02:25 +0200
committerRobin Gareus <robin@gareus.org>2020-04-19 18:02:25 +0200
commite163e38c13a5fc527d8e42da593d7ebfd66b54db (patch)
treeed9a737b16881905a22f529db9895c62a6d5ecb4 /libs/ardour/ardour
parent045200ba350ec3051790174e7558c27aaa6986da (diff)
Shorten default export-preroll
Since 57118c2370fa, plugins are re-activated after every export. So a silent pre no-roll is mainly useful for with realtime export, and for some cases where a plugin does not correctly reset. Note that for the first export, plugins are not currently flushed.
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/rc_configuration_vars.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h
index cde834384f..87dd884f2f 100644
--- a/libs/ardour/ardour/rc_configuration_vars.h
+++ b/libs/ardour/ardour/rc_configuration_vars.h
@@ -266,5 +266,5 @@ CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "C:\
CONFIG_VARIABLE (bool, show_video_export_info, "show-video-export-info", true)
CONFIG_VARIABLE (bool, show_video_server_dialog, "show-video-server-dialog", false)
-CONFIG_VARIABLE (float, export_preroll, "export-preroll", 10.0) // seconds
+CONFIG_VARIABLE (float, export_preroll, "export-preroll", 2.0) // seconds
CONFIG_VARIABLE (float, export_silence_threshold, "export-silence-threshold", -INFINITY) // dB