From: federico <xa...@in...> - 2005-03-05 13:05:56
|
have you ever considered to build a generic driver for JSynthLib? i found the driver creation process too much complicated (i am not a master in java).. generally, the sysex parameters could be described with bitfields. i.e.: F0 31 42 0[4bits:channel] [8bits:param] [8bits:value] F7 make a synth driver by creating a text file that describes it, would be much simpler. isn't it? |