-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cannot change patches using MIDI controls #17
Comments
The simplest way is to configure a couple of the pads/buttons on your controller to send momentary CC messages 21 and 22 on MIDI channel 1. Otherwise, you can modify the values of MIDI_CTRL, MIDI_INC, and MIDI_DEC here in the squishbox.py file. |
Hello, sorry if this is a stupid question, I am new to midi and raspberry PI... but I can't get the patch change controls to work. I have an Arturia Minilab 3 connected to my raspberry PI. Using the normal keys works, but I want to use some of the fingerdrum pads of the controller for the patch selection. I ran
and rebooted the PI, but it doesn't work- using the pads doesn't change the patch. What am I missing / misunderstanding here? EDIT: I've now added the following lines to the the top of the
so it seems like the midi channel was actually 10, and |
@luucvanderzee it seems likely that your pads are sending notes instead of control change (CC) messages. You can change this in your MIDI controller, or in the add_midicontrols function change the |
I also have a question, how might I get to know which of my buttons correspond to which number ?
So as to be able to change Banks and sounds ? The default don't work.
Originally posted by @Pauldb8 in #16 (comment)
The text was updated successfully, but these errors were encountered: