mmontag / dx7-synth-js

A JavaScript implementation of the Yamaha DX7 synthesizer
http://mmontag.github.io/dx7-synth-js/
Other
277 stars 30 forks source link

MIDI input and playback broken in Chrome 56 #3

Closed mkfmnn closed 7 years ago

mkfmnn commented 7 years ago

After updating to Chrome 56, I'm still able to use the computer keyboard to trigger notes, and the demo buttons work as expected, but MIDI input seems to be ignored and nothing happens after selecting a MIDI file from the drop-down and pressing "play".

When using Chromium 55.0.2883.95 (which works), this message appears in the console, which may or may not be related:

MIDIMessageEvent.receivedTime is deprecated and will be removed in M56, around January 2017. See https://www.chromestatus.com/features/5665772797952000 for more details.

mmontag commented 7 years ago

Thanks for the report! I can reproduce the problem, investigating now.

mmontag commented 7 years ago

Fixed in a804a84