feat(deadzone): Implemented deadzone and improved debug logging verbosity

This commit is contained in:
2025-08-09 16:47:56 +02:00
parent 8a7254a467
commit ff859d6bf7
3 changed files with 24 additions and 10 deletions

View File

@@ -39,9 +39,11 @@ controller:
midiController: 1
axis: left-x
isSigned: true
deadzone: 0.01
- comment: Filter right
type: control
midiChannel: 2
midiController: 1
axis: right-x
isSigned: true
deadzone: 0.01