Replies: 4 comments 7 replies
-
Does this help? #161 (comment) |
Beta Was this translation helpful? Give feedback.
-
when compiling #161 (comment) an error occurs: C:\Users\user\AppData\Local\Temp.arduinoIDE-unsaved2023930-4268-1h25ii0.sms3\sketch_oct30b\sketch_oct30b.ino:10:57: error: expected template-name before '<' token exit status 1 Compilation error: expected template-name before '<' token |
Beta Was this translation helpful? Give feedback.
-
I found a working sketch: |
Beta Was this translation helpful? Give feedback.
-
I did it! struct ContinuousNoteSender {
} struct NotePotentiometer : MIDIFilteredAnalog { USBMIDI_Interface midi; using namespace MIDI_Notes; void setup() { void loop() { |
Beta Was this translation helpful? Give feedback.
-
Hi!
How can you send a messages "note on" when rotating a potentiometer?
Beta Was this translation helpful? Give feedback.
All reactions