From: Jeff W. <jww...@ya...> - 2005-02-23 19:45:48
|
Joe, The Behringer FCB1010 MIDI foot controller has a similar format. Check out FCB1010ParamModel.java in the BehringerFCB1010 package. There are two methods, deNibblize, which converts the 8 byte format to the seven byte format and reNibblize which converts it back again. This might not be exactly the same but you could copy this code and modify it to suit your needs. Jeff > --- Joe Emenaker <jo...@em...> wrote: > > > I'm reading the sysex spec on the Alesis SR-16 > drum > > machine. > > > > Since it uses full 8-bit values in for some > > settings, it turns each set > > of 7 8-bit bytes into 8 7-bit bytes. > > > > Seems like it would be something that happens in > > other synths. Is there > > already a function in JSL that does this so that I > > don't have to write > > it again? > > > > - Joe > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT > > Products from real users. > > Discover which products truly live up to the hype. > > Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Jsynthlib-devel mailing list > > Jsy...@li... > > > https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel > > > > > > __________________________________ > Do you Yahoo!? > Take Yahoo! Mail with you! Get it on your mobile > phone. > http://mobile.yahoo.com/maildemo > __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |