mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
new Config var to control whether skip playback is used or not
This commit is contained in:
parent
e1696a42b4
commit
7c660785ca
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ CONFIG_VARIABLE (gain_t, click_gain, "click-gain", 1.0)
|
|||
/** if true, we call Processor::flush() on all processors when the transport is stopped.
|
||||
* Note that processors are still run when the transport is not moving.
|
||||
*/
|
||||
CONFIG_VARIABLE (bool, skip_playback, "skip-playback", true)
|
||||
CONFIG_VARIABLE (bool, plugins_stop_with_transport, "plugins-stop-with-transport", false)
|
||||
CONFIG_VARIABLE (bool, stop_recording_on_xrun, "stop-recording-on-xrun", false)
|
||||
CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue