From: Jeff W. <jww...@ya...> - 2004-09-30 00:47:49
|
Hiroo, The patch that I'm having the problem with is the system info patch for the DM5. It has a seven byte header and the data is only three bytes. With the eox byte, that makes 11. All it contains is some global settings like device ID, the patch number of the currently selected drum set, and one byte of on/off settings for stuff like program change enable, control change enable, etc. SoundDiver supports this patch so I thought I should include a driver and editor for it too. I tried running a test where I commented out those lines and it appears to solve the problem from my perspective. But I did not test for any other side-effects. If you think you can safely delete these lines (or change the 20 to a lower threshold), I will include a driver/editor for this patch. But if it's going to cause other problems, don't worry about it. It only includes a few settings, all of which can be adjusted from the front panel very easily, so it's not a big deal. Thanks, Jeff --- Hiroo Hayashi <hir...@co...> wrote: > From: Hiroo Hayashi <hir...@co...> > To: JSynthLib Development > <jsy...@li...> > Subject: Re: [Jsynthlib-devel] Small Patchsize > Date: Tue, 28 Sep 2004 22:39:18 -0500 > > 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 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide > on ITManagersJournal > Use IT products in your business? Tell us what you > think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! > Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Jsynthlib-devel mailing list > Jsy...@li... > https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |