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:
Robin Gareus 2019-04-09 14:36:56 +02:00
parent 1780cbe179
commit 59b1193b56
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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 (HeaderFormat, native_file_header_format, "native-file-header-format", ARDOUR::WAVE)
CONFIG_VARIABLE (bool, auto_play, "auto-play", false) CONFIG_VARIABLE (bool, auto_play, "auto-play", false)
CONFIG_VARIABLE (bool, auto_return, "auto-return", 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_in, "punch-in", false)
CONFIG_VARIABLE (bool, punch_out, "punch-out", false) CONFIG_VARIABLE (bool, punch_out, "punch-out", false)
CONFIG_VARIABLE (bool, count_in, "count-in", false) CONFIG_VARIABLE (bool, count_in, "count-in", false)