Hello Im making a MIDI project and I found this MIDIUSB - Arduino Reference
library that will make my arduino mega 2560 USB to send midi data my question is when I type the code
as shown in the example here but there's no way to know for sure because you didn't post all your code.
If you do post your code, post it in code tags.
el_supremo:
You probably didn't include the library:
#include "MIDIUSB.h"
as shown in the example here but there's no way to know for sure because you didn't post all your code.
If you do post your code, post it in code tags.
Pete
Im making a MIDI controller the controller cant make sound on its own only through a computer ...
so what kind of code should I write ? I wrote this
Use the arduino library manager to install the midiusb library.
And the include of MIDIUSB.h should be at the beginning of the sketch, not in the setup() function.
el_supremo:
Use the arduino library manager to install the midiusb library.
And the include of MIDIUSB.h should be at the beginning of the sketch, not in the setup() function.
hello thanks for the link I but I have a question about PJRC Encoder library do I need to install it when I dont use jogwheels ? I use only rotary potentiometers and linear pots.