danigb / soundfont-player

Quick soundfont loader and player for browser
MIT License
453 stars 60 forks source link

Illegal MIDI message warning from keyboard #61

Open sslotsky opened 6 years ago

sslotsky commented 6 years ago

Greetings! First, my gratitude for this great library. I tried several libraries for web MIDI and this is by far the most straightforward and usable that I've seen.

My setup seems to work but it's producing some warnings that I thought were worth reporting. I have two MIDI inputs that I'm listening to: a VMPK keyboard and a KORG-SP500 that hooks to my laptop with a MIDI-USB adapter.

Both of the inputs play sound in my browser, but when the KORG is connected I get these illegal message warnings in very quick succession. I'd be happy to drill in and gather more information for you, but I'm not sure what I'm looking for.

image

Thank you again for the great lib and for taking time to read through this issue.

binyamin commented 5 years ago

@danigb Thanks for the library as well. @sslotsky @danigb I also got Illegal MIDI message of length 1.

aolsenjazz commented 3 years ago

This appears to be an error originating from the midimessage dependency. Based on the midimessage source it seems that this message can be safely ignored.