-
Notifications
You must be signed in to change notification settings - Fork 63
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
Support for Novation Launch Control FA0940-01 #45
Comments
Interesting, never saw than one before. Seems to be discontinued, so I can only try to implement that blindly. |
Maybe not worth it then, I'd say if this sounds interesting or if you're bored, go for it, otherwise feel free to close this issue.
Yes, happily. |
Could you please do me a favor and execute the file "information.py", available I need the MIDI devices' names. |
Sure thing. I'm on Ubuntu 18.04 with
and here's what I get in
And here's when it gets unplugged
|
Great thanks! |
Ok, I added the class "LaunchControl". The following methods are available and should work:
This one's prepared, but not yet functional:
The problem ist that, as I don't have any access to this device, I don't know
Thanks |
So with #50 added, when I run this
I get this
Also, I suspect I won't be able to use This is done with the template set to |
Oh my, yes, of course; sorry.
Also fixed that overflow issue. Thanks. |
|
Great, thanks! I updated the "docs" and added a tiny LedControlXY() method. |
Excellent. I've not been able to get the LED controls to work. When I try something like this
None of the LEDs are activated. I see that
I'm unsure why these two LED activation methods use these different methods of interacting with the midi device. Also, how do you determine these values (like Is there anything I can run to diagnose why the LED lights don't respond to the code? |
I hoped it would work like the XL, but that obviously isn't the case. Also always make sure to add some delays between the calls.
I changed LedCtrlXY(), that shall work now, except that I
The numbers for
If these number still don't work, you can just try other values (0..127). |
Ok, good hint.
So I've tried this but it didn't light up any of the LEDs
I tried iterating through all numbers 0-127 with 500ms waits between each calling I'm wondering, where does the value Also, given that I've tried lots of So, first a summary
and some questions
|
The Control and the Control XL share exactly the same commands (except for that "144" is a MIDI "Note On" command, followed by the note and a velocity. The commands should be ok, this has to be something different. Even when the output MIDI channel would be wrong, which might happen, than Does the automatic switching of the templates work? Could also be a Linux/ALSA issue. Did you compile PyGame or is this |
I'm sorry I've not been able to follow up on this recently, I'll endeavor to make time to do so. |
Any chance of adding support for Novation Launch Control
The text was updated successfully, but these errors were encountered: