You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried compiling code with the latest version of the MIDI Library with an Arduino UNO. I saw that I am supposed to add 'MIDI_CREATE_DEFAULT_INSTANCE();' below where I include the library.
When I include this line, I get the following error:
expected constructor, destructor, or type conversion before the ';' token
Yet it compiles fine when I leave out the new object.