NoteButton error #1025
Closed
klausnielsen
started this conversation in
General
Replies: 1 comment 1 reply
-
Are you using the latest version of the library? The examples you linked to are for the latest |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm getting a weird error when trying to use the examples provided on NoteButton and Custom-Midi-Output-Element. I simply copy the code, make no changes, and the IDE gives me this error message:
Compilation error: no match for 'operator[]' (operand types are 'const cs::MIDI_Notes::Note' and 'int')
... pointing to this bit in the code:
Any ideas?
I have other sketches using the library that work fine.
Cheers
Klaus
Beta Was this translation helpful? Give feedback.
All reactions