-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launchpad X #17
base: master
Are you sure you want to change the base?
Launchpad X #17
Conversation
launchpad.py
Outdated
setup = [ | ||
# This SysEx message switches the LaunchPad Pro to "programmer" mode | ||
mido.Message("sysex", data=[0, 32, 41, 2, 12, 14, 1]), | ||
# And this one sets the front/side LED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the LP X also have a "front" LED? (If not, I'll remove that sysex since it might be confusing 😅 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wondered about that.
I cannot see one.
I have no other Launchpad to compare it to
It was not happy that the server uses `ncurses-rs` but the server is entirely different so they needed to be separated
It was not happy that the server uses `ncurses-rs` but the server is entirely different so they needed to be separated
It was not happy that the server uses `ncurses-rs` but the server is entirely different so they needed to be separated
It was not happy that the server uses `ncurses-rs` but the server is entirely different so they needed to be separated
It was not happy that the server uses `ncurses-rs` but the server is entirely different so they needed to be separated
Launchpad X
The sysex message for programmer mode from page 7 Launchpad X - Programmers Reference Manual.pdf