summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-09-17 12:26:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-09-17 12:26:52 -0400
commitdd4d7cf8be5dfee9bff750fab53c3252cab7bf66 (patch)
treea839d559e0727986c1c5c7e0068826806e54d3e0 /libs
parent7021ac07d81343909442e09a11a1deb15abd8279 (diff)
new Config var to control whether skip playback is used or not
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/rc_configuration_vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h
index 3489df6289..20c3857537 100644
--- a/libs/ardour/ardour/rc_configuration_vars.h
+++ b/libs/ardour/ardour/rc_configuration_vars.h
@@ -130,6 +130,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)