From dc5627275318917055bb4e59fbca32674aaceb76 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 14 Feb 2021 19:44:39 +0100 Subject: [PATCH] Don't create timeline x-run markers by default --- 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 f879f302dc..7a356a11ac 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -159,7 +159,7 @@ CONFIG_VARIABLE (bool, skip_playback, "skip-playback", true) CONFIG_VARIABLE (bool, plugins_stop_with_transport, "plugins-stop-with-transport", false) CONFIG_VARIABLE (bool, recording_resets_xrun_count, "recording-resets-xrun-count,", false) CONFIG_VARIABLE (bool, stop_recording_on_xrun, "stop-recording-on-xrun", false) -CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", true) +CONFIG_VARIABLE (bool, create_xrun_marker, "create-xrun-marker", false) CONFIG_VARIABLE (bool, stop_at_session_end, "stop-at-session-end", false) CONFIG_VARIABLE (float, preroll_seconds, "preroll-seconds", -2.0f) CONFIG_VARIABLE (bool, loop_is_mode, "loop-is-mode", false)