We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I'm using the midiBus-library for midi-Input (from a nano Kork controller). And I'm having problems when I try to fade more faders simultaneously. My sketch just recognizes only one fader at a time ...
My code is based on this code-snippet from the examples:
void controllerChange(int channel, int number, int value) {
println();
println("Controller Change:");
println("--------");
println("Channel:"+channel);
println("Number:"+number);
println("Value:"+value);
}
Any ideas how I could solve this issue?
Thanks and Thanks jo