Hello it appears that both libraries use a class called Controller and when I add Control P5 to my sketch I get this error
"The type Controller is ambiguous"
due to this line for my ProMidi set up
void controllerIn(Controller controller, int device, int channel) {
int num = controller.getNumber();
int val = controller.getValue();
Does anyone have any recommendations for how to get them to play together nice?
thanks
kris