Replies: 1 comment
-
Yes, you can call
If needed, you can read the current value of the input channel with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I would like to be able to change the given Midi In Channel to a different channel, while I am in the setup routine (or maybe even in the main loop).
Example would be a midi foot controller, where I set the midi in channel with the following logic:
With that behavior, I can set the midi in channel by an external device.
Any recommendation on how to implement this?
Main question is, can I set the midi in channel in a void loop?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions