Skip to content

Instantly share code, notes, and snippets.

@s3thi
Last active January 28, 2016 14:35
Show Gist options
  • Save s3thi/ff6e44b1fdf20f2c23b3 to your computer and use it in GitHub Desktop.
Save s3thi/ff6e44b1fdf20f2c23b3 to your computer and use it in GitHub Desktop.
sampler.js – initializeMIDI()
initializeMIDI() {
window.navigator.requestMIDIAccess()
.then((midi) => {
midi.inputs.forEach((input) => this.midiInputs.push(input));
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment