FMMT666
FMMT666
Could it be that you have an older version installed in the site-packages folder? To quickly test this, you can also move the files "launchpad.py" and "charset.py" in the same...
I know that my "documentation" sucks, because it's just onegiantbigfilemess, hehe, but that's written in there and also in the examples for the Pro Mk3: Opening it with "0" will...
As far as I remember, RGB is only possible via SysEx messages, but these do not support the blinking or pulsing commands. But I'll take a closer look at this......
I am aware the my - well, single file "documentation" isn't the best, but it's all in there. GIve it a try
Interesting, never saw than one before. You mean this thingy with 2 potentiometers and only one button in each column, right? Seems to be discontinued, so I can only try...
Could you please do me a favor and execute the file "information.py", available from the /examples folder or manually post what "lp.ListAll()" shows? I need the MIDI devices' names.
Great thanks!
Ok, I added the class "LaunchControl". The following methods are available and should work: ``` Open( number = 0, name = "Control MIDI", template = 0 ) Check( number =...
Oh my, yes, of course; sorry. ``` lp = launchpad.LaunchControl() lp.Open( 0 ) while(True): inps = lp.InputStateRaw() if inps != []: print( inps ) ``` Also fixed that overflow issue....
Great, thanks! I updated the "docs" and added a tiny LedControlXY() method. Reversed Y bc I think that the major action is probably going to happen at the bottom row.