Skip to content

Instantly share code, notes, and snippets.

@krijnrijshouwer
Created January 6, 2017 15:26
Show Gist options
  • Save krijnrijshouwer/b8587a7ab8147add60bf2ed078de915c to your computer and use it in GitHub Desktop.
Save krijnrijshouwer/b8587a7ab8147add60bf2ed078de915c to your computer and use it in GitHub Desktop.
How to - Midi
# Initialize MIDI component
midi = new MIDIComponent
# Listen to value changes
midi.onValueChange (value, info) ->
print value, info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment