This commit is contained in:
Rik Berkelder 2026-05-16 18:42:33 +02:00
parent 8542a7e73b
commit 1d7cee13d7

View file

@ -160,7 +160,7 @@ export default async function mapping() {
const tryXTouch = async () => { const tryXTouch = async () => {
const [xtouch, xtouch_loop] = await retry(() => { const [xtouch, xtouch_loop] = await retry(() => {
return [ return [
new MidiDevice('X Touch Compact', true), new MidiDevice('X-TOUCH COMPACT', true),
new MidiDevice('XTouch-loop', true, true) new MidiDevice('XTouch-loop', true, true)
] ]
}, 1000, 'xtouch') }, 1000, 'xtouch')