mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 06:36:29 +01:00
Disable auto-input by default for new installs
This prevents audible feedback on laptops when adding new tracks with default settings.
This commit is contained in:
parent
1780cbe179
commit
59b1193b56
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ CONFIG_VARIABLE (SampleFormat, native_file_data_format, "native-file-data-forma
|
|||
CONFIG_VARIABLE (HeaderFormat, native_file_header_format, "native-file-header-format", ARDOUR::WAVE)
|
||||
CONFIG_VARIABLE (bool, auto_play, "auto-play", false)
|
||||
CONFIG_VARIABLE (bool, auto_return, "auto-return", false)
|
||||
CONFIG_VARIABLE (bool, auto_input, "auto-input", true)
|
||||
CONFIG_VARIABLE (bool, auto_input, "auto-input", false)
|
||||
CONFIG_VARIABLE (bool, punch_in, "punch-in", false)
|
||||
CONFIG_VARIABLE (bool, punch_out, "punch-out", false)
|
||||
CONFIG_VARIABLE (bool, count_in, "count-in", false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue