JoshuaStorm / WebSynth

A subtractive synthesizer in your browser
http://becker.codes/WebSynth
GNU General Public License v3.0
3 stars 1 forks source link

MIDI control #47

Open JoshuaStorm opened 8 years ago

JoshuaStorm commented 8 years ago

We have another request for MIDI control! Fortunately, there is an easy solution

https://www.keithmcmillen.com/blog/making-music-in-the-browser-web-midi-api/

JoshuaStorm commented 8 years ago

Actually, we should probably use this:

http://webaudio.github.io/web-midi-api/#widl-Navigator-requestMIDIAccess-Promise-MIDIOptions-options

If you want to tackle this issue, be sure you understand the use of promises, as this API is based on promise patterns.