mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
Shorten default export-preroll
Since 57118c2370, 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.
This commit is contained in:
parent
045200ba35
commit
e163e38c13
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue