midi-synth
midi-synth copied to clipboard
fix audio and midi initialization failure on modern browsers
Modern browsers require audio / midi initialization to be originated by user input.
This is a simple fix that does initialization of audio and midi on the first click event, rather than automatically onload.
Fixes #29