Description
Hello. I have my launchpad mini mk3 hooked up to a raspberry pi zero w. Just trying to get a little light show going. When I run hello.py, it recognizes as "Launchpad Mk1/S/Mini", and only the top three buttons respond (Drums/Keys/User). I saw the note about compiling pygame from source, I tried that but it failed to build because of dependencies. If this is the solution, I will keep trying that, but if there's something else I am missing, and can just use pygame from apt, I would love the help. Thanks.
I tried changing some basic scripts around, here's the output from ListAll():
Available MIDI devices:
0 (b'ALSA', b'Midi Through Port-0', 0, 1, 0)
1 (b'ALSA', b'Midi Through Port-0', 1, 0, 0)
2 (b'ALSA', b'Launchpad Mini MK3 MIDI 1', 0, 1, 0)
3 (b'ALSA', b'Launchpad Mini MK3 MIDI 1', 1, 0, 0)
4 (b'ALSA', b'Launchpad Mini MK3 MIDI 2', 0, 1, 0)
5 (b'ALSA', b'Launchpad Mini MK3 MIDI 2', 1, 0, 0)
Also tried launchpad_rgb.py, and that failed too. Output was:
Running...
- Python 3.9.2
- PyGame 1.9.6
- No Launchpad available
So, something is weird and my launchpad isn't being recognized.
I'm trying to make a little 8x8 pixel animation led panel with parts I had lying around, and this seems like the perfect project to get that done, so thanks for making it!