-
Notifications
You must be signed in to change notification settings - Fork 8
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
CC midi messages ? #1
Comments
Hi David, I've added a prototype to the ml_basic_synth_example. Please feel free to test it. The callback handler should be added to z_config.ino. I've added a comment at the place where the function should be placed. Hope this helps. |
Trying to get the controls (rotary) working I noticed a bug. The debug output from the ESP32 gives me: (Serial Montor MIDIberry monitor <-- "Function used") ControlChange(rx): CH: 0 | number: 21, value: 75 ControlChange, Ch: 1, Controller: 21, value 75 <-- "Rotary 1" Reg |
Hi @Aggebitter is there any issue left to be fixed? |
Got it to work kind of. But this is a very hard way to adapt the code for different MIDI devices. A Novation launchkey mini as an example has 8 rotary, 16 pads an 2 octave keyboard as a base mapped all around the place. If I could define what to map where in one .h file that would doit for others as well Thanks for a very interesting project. I thing this still will be a base line for my euro rack build. |
I have tweaked your code a bit to run on my TTGO T9 and I'm using a Novation Launchkey MINI as keyboard and controller.
When I look into your midi mapping " z_conf.ino " I cant find any possible mapping to Control Change (CC) or Program Change (PC) messages. Could you provide an example on how to do that ?
when debugging MIDI on the ESP I can se that the messages are handled
ControlChange(rx): CH: 8 | number: 21, value: 61
Thanks for an awesome synth ( it is going to be my first euro rack module )
// David
The text was updated successfully, but these errors were encountered: