Hi, I noticed a crash when playing this MIDI file with Secret Sauce: discou8p.zip.
This crash is caused by a sysex on track 17. f0 41 10 42 11 40 01 3a 5a 2b f7.
This sysex might be slightly malformed. It's attempting to read the chorus level parameter at 40 01 3a with a size of 90 bytes, but it actually has a size of 1, so the author may have intended to write 12 40 01 3a.
Technically the crash is correct behavior. The file crashes the real SC-8820 as well.
But it would be nice to synchronize Secret Sauce's behavior with the official plug-in, which blocks data reads.
According to the SC-8850 manual, data requests are indicated by f0 41 10 42 11 in sysex messages.
Hi, I noticed a crash when playing this MIDI file with Secret Sauce: discou8p.zip.
This crash is caused by a sysex on track 17. f0 41 10 42 11 40 01 3a 5a 2b f7.
This sysex might be slightly malformed. It's attempting to read the chorus level parameter at 40 01 3a with a size of 90 bytes, but it actually has a size of 1, so the author may have intended to write 12 40 01 3a.
Technically the crash is correct behavior. The file crashes the real SC-8820 as well.
But it would be nice to synchronize Secret Sauce's behavior with the official plug-in, which blocks data reads.
According to the SC-8850 manual, data requests are indicated by f0 41 10 42 11 in sysex messages.