mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
change strict-i/o default (off for Ardour on Linux and OSX)
This commit is contained in:
parent
9ff4938ddd
commit
62a12f2e69
1 changed files with 5 additions and 0 deletions
|
|
@ -41,7 +41,12 @@ CONFIG_VARIABLE (bool, auto_connect_standard_busses, "auto-connect-standard-buss
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue