Skip to content

Commit

Permalink
Add alternate ID string to "Launchpad Mini MK3" ctrldev driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
jofemodo committed Feb 22, 2024
1 parent 2659e14 commit 24a24e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zyngine/ctrldev/zynthian_ctrldev_launchpad_mini_mk3.py
Expand Up @@ -39,7 +39,7 @@

class zynthian_ctrldev_launchpad_mini_mk3(zynthian_ctrldev_zynpad):

dev_ids = ["Launchpad Mini MK3 MIDI 1"]
dev_ids = ["Launchpad Mini MK3 MIDI 1", "Launchpad Mini MK3 LPMiniMK3 DA"]

PAD_COLOURS = [6, 29, 17, 49, 66, 41, 23, 13, 96, 2, 81, 82, 83, 84, 85, 86, 87]
STARTING_COLOUR = 21
Expand Down
2 changes: 1 addition & 1 deletion zyngine/zynthian_state_manager.py
Expand Up @@ -28,10 +28,10 @@
import logging
import traceback
from glob import glob
from time import monotonic
from threading import Thread
from queue import SimpleQueue
from datetime import datetime
from time import sleep, monotonic
from json import JSONEncoder, JSONDecoder
from subprocess import check_output, STDOUT
from os.path import basename, isdir, isfile, join, dirname, splitext
Expand Down

0 comments on commit 24a24e4

Please sign in to comment.