8000 Support Launchpad Mini MK3 device name on Windows (#6) · duncte123/launchpad.js@c24d068 · GitHub
[go: up one dir, main page]

Skip to content

Commit c24d068

Browse files
authored
Support Launchpad Mini MK3 device name on Windows (#6)
1 parent cb5f195 commit c24d068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/launchpads/MK3/LaunchpadMK3.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { SysEx } from './SysEx.js';
77
export type LaunchpadMK3Options = BaseLaunchpadOptions;
88

99
export class LaunchpadMK3 extends BaseLaunchpad {
10-
public static readonly DEFAULT_DEVICE_NAME = /^Launchpad.*MK3 MIDI/;
10+
public static readonly DEFAULT_DEVICE_NAME = /^Launchpad.*MK3 MIDI|^MIDI.* \(LP.*MK3 MIDI\)/
1111

1212
/**
1313
*

0 commit comments

Comments
 (0)
0