Skip to content

Instantly share code, notes, and snippets.

@ceiborg
Last active July 2, 2020 17:29
Show Gist options
  • Select an option

  • Save ceiborg/0e29d00de50e5300ade4eee2ac3bd5c6 to your computer and use it in GitHub Desktop.

Select an option

Save ceiborg/0e29d00de50e5300ade4eee2ac3bd5c6 to your computer and use it in GitHub Desktop.
r = 0
navigator.requestMIDIAccess().then(midi => {
for (var input of midi.inputs.values())
input.onmidimessage = (e) => {r = e.data[2]}
})
osc(()=>r,0,0).out()