X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Frc_configuration_vars.h;h=4aa54a427238324807ef67a3242100382156afc5;hb=888614b7144b8a5112d910c3875c681ec0eaa3c8;hp=d7dcb69c850695ff639361f83828308b84579c51;hpb=4baf634a6701e49d6c9c10ac4e565be66d95738b;p=ardour.git diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h index d7dcb69c85..4aa54a4272 100644 --- a/libs/ardour/ardour/rc_configuration_vars.h +++ b/libs/ardour/ardour/rc_configuration_vars.h @@ -35,12 +35,19 @@ /* IO connection */ CONFIG_VARIABLE (bool, auto_connect_standard_busses, "auto-connect-standard-busses", true) -/* this variable is used to indicate output mode in Waves Tracks: - "Multi Out" == AutoConnectPhysical and "Stereo Out" == AutoConnectMaster +/* this variable is used to indicate output mode in Waves Tracks: + "Multi Out" == AutoConnectPhysical and "Stereo Out" == AutoConnectMaster */ CONFIG_VARIABLE (AutoConnectOption, output_auto_connect, "output-auto-connect", AutoConnectMaster) CONFIG_VARIABLE (AutoConnectOption, input_auto_connect, "input-auto-connect", AutoConnectPhysical) +#if (defined MIXBUS || defined PLATFORM_WINDOWS) +// mainly useful for VSTs (stereo/mono compat) and Mixbus' stereo-only workflow +CONFIG_VARIABLE (bool, strict_io, "strict-io", true) +#else +CONFIG_VARIABLE (bool, strict_io, "strict-io", false) +#endif + /* Naming */ CONFIG_VARIABLE (TracksAutoNamingRule, tracks_auto_naming, "tracks-auto-naming", UseDefaultNames) @@ -148,6 +155,7 @@ CONFIG_VARIABLE (bool, clicking, "clicking", false) CONFIG_VARIABLE (std::string, click_sound, "click-sound", "") CONFIG_VARIABLE (std::string, click_emphasis_sound, "click-emphasis-sound", "") CONFIG_VARIABLE (gain_t, click_gain, "click-gain", 1.0) +CONFIG_VARIABLE (bool, use_click_emphasis, "use-click-emphasis", true) /* transport control and related */ @@ -160,6 +168,7 @@ 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, stop_at_session_end, "stop-at-session-end", false) CONFIG_VARIABLE (bool, seamless_loop, "seamless-loop", false) +CONFIG_VARIABLE (float, preroll_seconds, "preroll-seconds", 1.0f) #ifdef USE_TRACKS_CODE_FEATURES CONFIG_VARIABLE (bool, loop_is_mode, "loop-is-mode", true) #else @@ -252,6 +261,7 @@ CONFIG_VARIABLE (DenormalModel, denormal_model, "denormal-model", DenormalFTZDAZ CONFIG_VARIABLE (std::string, osx_pingback_url, "osx-pingback-url", "http://community.ardour.org/pingback/osx/") CONFIG_VARIABLE (std::string, linux_pingback_url, "linux-pingback-url", "http://community.ardour.org/pingback/linux/") +CONFIG_VARIABLE (std::string, windows_pingback_url, "windows-pingback-url", "http://community.ardour.org/pingback/windows/") CONFIG_VARIABLE (std::string, tutorial_manual_url, "tutorial-manual-url", "http://ardour.org/tutorial") CONFIG_VARIABLE (std::string, reference_manual_url, "reference-manual-url", "http://manual.ardour.org/") CONFIG_VARIABLE (std::string, updates_url, "updates-url", "http://ardour.org/whatsnew.html") @@ -259,7 +269,7 @@ CONFIG_VARIABLE (std::string, donate_url, "donate-url", "http://ardour.org/donat /* video timeline configuration */ CONFIG_VARIABLE (bool, video_advanced_setup, "video-advanced-setup", false) -CONFIG_VARIABLE (std::string, video_server_url, "video-server-url", "http://localhost:1554") +CONFIG_VARIABLE (std::string, video_server_url, "video-server-url", "http://127.0.0.1:1554") #ifndef PLATFORM_WINDOWS CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "/") #else @@ -267,3 +277,6 @@ CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "C:\ #endif CONFIG_VARIABLE (bool, show_video_export_info, "show-video-export-info", true) CONFIG_VARIABLE (bool, show_video_server_dialog, "show-video-server-dialog", false) + +CONFIG_VARIABLE (float, export_preroll, "export-preroll", 10.0) // seconds +CONFIG_VARIABLE (float, export_silence_threshold, "export-silence-threshold", -INFINITY) // dB