From: Hiroo H. <hir...@co...> - 2004-09-29 04:39:05
|
Jeff, I've been having the question on the lines. If there are really patches less than 20bytes long, there is no reason for them. My take is getting rid of the lines. On Tue, 28 Sep 2004 17:07:12 -0700 (PDT) Jeff Weber <jww...@ya...> wrote: Jeff> I found was in the method Jeff> SysexGetDialog.pasteIntoSelectedFrame. The first two Jeff> lines in that method are: Jeff> if (sysexSize < 20) Jeff> return; Jeff> Jeff> pasteIntoSelectedFrame won't do anything if the patch Jeff> is less than 20 bytes. The driver that I'm having the Jeff> problem with is for the system info patch for the DM5, Jeff> which is only 11 bytes long (including the header and Jeff> eox byte). Why does pasteIntoSelectedFrame ignore Jeff> patches that are less than 20 bytes? Can anyone Jeff> suggest a workaround? -- Hiroo Hayashi |