diff --git a/src/mappings/beunsize-ma3.ts b/src/mappings/beunsize-ma3.ts index 3ccaf38..bd79c8a 100644 --- a/src/mappings/beunsize-ma3.ts +++ b/src/mappings/beunsize-ma3.ts @@ -160,7 +160,7 @@ export default async function mapping() { const tryXTouch = async () => { const [xtouch, xtouch_loop] = await retry(() => { return [ - new MidiDevice('X Touch Compact', true), + new MidiDevice('X-TOUCH COMPACT', true), new MidiDevice('XTouch-loop', true, true) ] }, 1000, 'xtouch')