Open Rideonbeat opened 10 years ago
I'm guessing it's because the code is missing the setup method:
void setup() {
}
I updated the examples in the readme to include the method.
Yes, that's the problem, thanks. Sorry but I´m very new with arduino, now i'm working to know how to modify the code to send & receive other kind of midi messages. This is my first mod to send CC messages.
Now i´m working on the read of a rotary encoder, this is my first step, the encoder it`s working as expected.
I hope this could be useful to other people.
Hi, first i really want to say this implementation is great, thanks for it, but i'm getting the next error on your first example, do you know why?
Arduino: 1.5.4 (Mac OS X), Board: "Arduino Leonardo (arcore)"
core.a(main.cpp.o): In function
main': /Users/Rob/Documents/Arduino/hardware/arcore-master/avr/cores/arcore/main.cpp:11: undefined reference to
setup'