Skip to content

Commit ea77e5b

Browse files
committed
added comments
1 parent a477794 commit ea77e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wekInputWrapper/midiOSC.pde

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// OSC -> MIDI
2+
// from https://github.com/msfeldstein/MidiToOSCBridge/blob/master/MidiOSC.pde
23

34
public void oscToMidiNote(int note, int value) {
45
log("Got OSC Note: " + note + " Velocity: " + value);

0 commit comments

Comments
 (0)