SprayNoteOn
void SprayNoteOn(
void SprayNoteOn(
fProducer->SprayNoteOn(
fMidiObject->SprayNoteOn(channel + 1, note, velocity, MAKE_TIME(time));
fLocalSource->SprayNoteOn(channel - 1, note, velocity, MAKE_BIGTIME(time));
SprayNoteOn((byte1 & 0x0F) + 1, byte2, byte3, time);
SprayNoteOn(msgBuf[0] & 0x0F, msgBuf[1], msgBuf[2],