mmontag / chip-player-js

Web-based music player for a variety of video game and chiptune music formats.
https://chiptune.app
GNU General Public License v3.0
332 stars 18 forks source link

Don't ask for WebMIDI until it is needed #60

Closed mmontag closed 3 years ago

mmontag commented 3 years ago

It's confusing that the page asks for WebMIDI permission on first load. This should be requested only as needed, when the user chooses WebMIDI in MIDI Player Settings.

mmontag commented 3 years ago

Fix incoming.