From: Joe E. <jo...@em...> - 2005-05-11 19:05:52
|
Daniel Lyons wrote: >I guess SynthEd is in a dev coma. > > Yeah. However, I'd *love* to convince *these* dudes to come on board: http://nmedit.sourceforge.net/screenshots.html or... at least let us bring their editor in. >Looks like I was wrong.. maybe my S80 can handle one parameter at a time, although I couldn't get that to work through JSynthLib yet. The MIDI spec charts are a bit omplicated. But I think there are maybe 3 ways to transmit changes or something. > > Right. There's usually a way to send a whole patch at a time (for getting/sending banks and patches), and the senders are for when you fiddle with GUI widgets in real-time. First step is to write a driver that can receive and recognize the patches dumped from the S80. Next, make it so that JSL can request those patches. Next, unpack whatever 7-bit encoding their using, if any Next, start working on an editor without real-time senders Last, add in the senders. - Joe |