g200kg / webaudio-tinysynth

Light-weight GM mapped WebAudio-JavaScript Synthesizer Engine / MIDI Player
Apache License 2.0
229 stars 22 forks source link

Incorrect playback for some midi files #25

Open alexkowel opened 2 years ago

alexkowel commented 2 years ago

Looks like several midi files are now played back incorrectly. In some files almost all notes got silent. Please see an example here.

After bisecting the issue, I found the commit that causes this behavior - d274a5783cc3b5db5aa46c9b00ba0d5f5d9cb96c

jazz-soft commented 2 years ago

Thanks a lot for reporting this! I will take a look.

jazz-soft commented 2 years ago

Fixed and created the pull request: https://github.com/g200kg/webaudio-tinysynth/pull/26 Thanks again for bisecting this issue!

alexkowel commented 2 years ago

Awesome, thank you!