From 145c4292e7e2d37e291da5d62bdbe22feccca925 Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 27 May 2014 21:52:49 -0400 Subject: [PATCH] [P4/git history rebuild] new configuration variable that specifies if the runtime is tracks (superceded later by an ARDOUR::Profile item) --- libs/ardour/ardour/rc_configuration_vars.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index defe75de4d..280197f0ae 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -25,6 +25,9 @@ the value of the variable. *****************************************************/ +/* DAW type */ +CONFIG_VARIABLE (bool, waves_live_sound_daw, "waves-live-sound-daw", false) + /* IO connection */ CONFIG_VARIABLE (bool, auto_connect_standard_busses, "auto-connect-standard-busses", true)