From ba326a696c2c9085ce6dcb31823617dec44a81d3 Mon Sep 17 00:00:00 2001 From: datalore Date: Tue, 5 Aug 2025 21:33:28 +0200 Subject: [PATCH] change(config): Added more mappings for DJControl Inpulse 500 --- config.yaml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/config.yaml b/config.yaml index 3cb31ba..394180b 100644 --- a/config.yaml +++ b/config.yaml @@ -7,9 +7,41 @@ controller: type: button midiChannel: 1 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 + - comment: Play right + type: button + midiChannel: 2 + midiKey: 7 + button: east - comment: Volume left type: control midiChannel: 1 midiController: 0 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