포럼: バグ報告 (Thread #12138)

Is there some code lost in "readmidi.c" (2006-08-27 03:06 by Anonymous #24564)

Is there some code lost in "readmidi.c" since 2.13.0? It make some midi files play incorrectly.

---------------------
/* Second method: specify them one SYSEX event at a time... */
else if(len >= 8 &&
val[0] == 0x43 && /* Yamaha ID */
val[2] == 0x4C) /* XG Model ID */
{
uint8 p, dp, note; /* Channel part number [0..15] */
int ent, v; /* Entry # of sub-event */
..........

default:
ctl->cmsg(CMSG_INFO,VERB_NOISY,"Unsupported XG SysEx. (ADDR:%02X %02X %02X VAL:%02X)",val[3],val[4],val[5],val[6]);
break;
}
}
}


/* parsing GS System Exclusive Message...

Reply to #24564×

You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.) Login