From: Rib R. <ri...@gm...> - 2006-03-06 02:58:33
|
On 3/5/06, Joe Emenaker <jo...@em...> wrote: > Your best bet is probably to try the XML driver. One of the developers > has put together a system that lets you use XML to describe the sysex > format and the messages to request and store patches and banks. If > you're not into programming Java, then this is probably the route you > want to go. The XML driver is probably the easiest solution if you don't know Java. You don't have to compile anything, and the amount of code you have to actually write is greatly reduced. You can find the beginning of a totorial I started writing for XML drivers at http://joe.emenaker.com/Wikka/wikka.php?wakka=3DXmlExample You can also look the the XML version of the Motif driver, and of course you can ask questons about it here. |