From: Rib R. <ri...@gm...> - 2005-05-11 18:11:56
|
On 5/10/05, Daniel Lyons <soc...@ma...> wrote: > I'm trying to write a driver... >=20 > My S80 send and recieves some paremeters in groups in the sysex messages,= like: >=20 > [header info] [13 byes for 13 different patch adjustments] [end info] >=20 > Where you have to send it out in a group. >=20 > Does JSynth lib handle this well? I've been poking around at the source = and am unsure. >=20 > So like, if you adjusted one of those 13 adjustments, I need JSynth to se= nd the parameters for all 13 with the changes on the adjusted one. I guess the way to do it would be to make a ParamSender that knows about all thirteen parameters. Also, I'm curious how are you designing your driver. I started creating the XML driver to solve the problems dealing with multiple sysex messages and the huge number of parameters that the Motif has.=20 I'd assume the S80 has the same issues. |