From 7c660785ca12c1535adf2910ef28d8664c58fe71 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 17 Sep 2014 12:26:52 -0400 Subject: [PATCH] new Config var to control whether skip playback is used or not --- libs/ardour/ardour/rc_configuration_vars.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index d2e31ffaeb..082eb610d3 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -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)