From: Bill Z. <wrz...@po...> - 2005-03-08 04:53:51
|
Hmm .. my guess is JSL can't recognize the patch you made. A patch is expected to be a full sysex message by itself, and Driver.sysexID must be able to match it. (By default, it's an exact copy of the message your synth sent back as a dump.) So try copying the sysexID bytes to the beginning, and F7 at the end. As far as I know, JSL doesn't really associate a driver with a patch, even though it displays one in the list. If supportsPatch says nay, then you can't edit it. -Bill |