From e163e38c13a5fc527d8e42da593d7ebfd66b54db Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 19 Apr 2020 18:02:25 +0200 Subject: [PATCH] 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. --- libs/ardour/ardour/rc_configuration_vars.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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