8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5f195 commit c24d068Copy full SHA for c24d068
src/launchpads/MK3/LaunchpadMK3.ts
@@ -7,7 +7,7 @@ import { SysEx } from './SysEx.js';
7
export type LaunchpadMK3Options = BaseLaunchpadOptions;
8
9
export class LaunchpadMK3 extends BaseLaunchpad {
10
- public static readonly DEFAULT_DEVICE_NAME = /^Launchpad.*MK3 MIDI/;
+ public static readonly DEFAULT_DEVICE_NAME = /^Launchpad.*MK3 MIDI|^MIDI.* \(LP.*MK3 MIDI\)/
11
12
/**
13
*
0 commit comments