change(config): Added more mappings for DJControl Inpulse 500

This commit is contained in:
2025-08-05 21:33:28 +02:00
parent 0e3d9e9363
commit ba326a696c

View File

@@ -7,9 +7,41 @@ controller:
type: button type: button
midiChannel: 1 midiChannel: 1
midiKey: 7 midiKey: 7
button: west
- comment: Hotcue 1 left
type: button
midiChannel: 6
midiKey: 0
button: north
- comment: Hotcue 5 left
type: button
midiChannel: 6
midiKey: 4
button: south button: south
- comment: Play right
type: button
midiChannel: 2
midiKey: 7
button: east
- comment: Volume left - comment: Volume left
type: control type: control
midiChannel: 1 midiChannel: 1
midiController: 0 midiController: 0
axis: left-y axis: left-y
- comment: Volume right
type: control
midiChannel: 2
midiController: 0
axis: right-y
- comment: Filter left
type: control
midiChannel: 1
midiController: 1
axis: left-x
isSigned: true
- comment: Filter right
type: control
midiChannel: 2
midiController: 1
axis: right-x
isSigned: true