A pedalboard config.yml that overrides a footswitch drops that switch's longpresses, which silently turns its chord partner into a solo binding.
Default (default_config_pistomptre.yml): A+B = Pedalboard −, C+D = Pedalboard +.
A board with:
hardware:
footswitches:
- id: 2
longpress: toggle_bypass
leaves C out of the next_pedalboard group. D is now the only member, and a lone member fires solo — so longpressing D changes the pedalboard and toggles tap tempo. Same for B and Pedalboard − if id 0 is overridden. There is no warning.
A pedalboard
config.ymlthat overrides a footswitch drops that switch's longpresses, which silently turns its chord partner into a solo binding.Default (
default_config_pistomptre.yml): A+B = Pedalboard −, C+D = Pedalboard +.A board with:
leaves C out of the
next_pedalboardgroup. D is now the only member, and a lone member fires solo — so longpressing D changes the pedalboard and toggles tap tempo. Same for B and Pedalboard − if id 0 is overridden. There is no warning.