You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file you posted has expired and cannot be downloaded. So I write a guess based on my experience.
Programs that usually edit and play MIDI files typically count channels from 1. So channel 10 is the drum channel. On the other hand, programs that read and edit hex data in MIDI files count channels from zero. So channel 9 is the drum channel. Have you considered this?
Hi,
if I parse this midi file:
https://just.4be.mobi/index.php/s/XPseCdHKJPpgGE3
It returns 0xB and 0x9 as MIDI channel 9, but actually it should be MIDI channel 10.
The text was updated successfully, but these errors were encountered: