We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a477794 commit ea77e5bCopy full SHA for ea77e5b
wekInputWrapper/midiOSC.pde
@@ -1,4 +1,5 @@
1
// OSC -> MIDI
2
+// from https://github.com/msfeldstein/MidiToOSCBridge/blob/master/MidiOSC.pde
3
4
public void oscToMidiNote(int note, int value) {
5
log("Got OSC Note: " + note + " Velocity: " + value);
0 commit comments