From: denis q. <dqu...@fr...> - 2005-09-10 08:47:39
|
Hi, I've made two editors for the Matrix 1000, one for MacOS9 in Java and another for MacOSX in Cocoa, and sending a parameter change to the Matrix is simple, don't you have the Owner' manual ? I think you can found it on the web. there are two parameter change sysex : one for a standard parameter and another for a matrix parameter (modulation matrix). F0 10 06 06 <param> <value> F7 F0 10 06 0B <path> <source> <value> <dest> F7 -- Denis > Hello, > > I'm interested in writing my own editor for the Matrix > 1000. It's looks like you've done a great job on > yours, but I'm doing mine for practice. In addition, I > want mine to read midi cc data, convert it to a sysex > message, and send that to the Matrix. > > What I don't understand is the basic process for > sending parameter changes to the Matrix. Is it the > case that for each parameter change I make, I need to: > > 1) Get the current state of the patch from the Matrix > 2) Change whatever parameter I'm adjusting. > 3) Edit the patch with this new parameter info. > 4) Send the new edited patch back in its entirety to > the Matrix. > > Is is not possible to simply send parameter change > info to the matrix? > > Any info on editing the Matrix 1000 would be greatly > appreciated! > > Thanks, > Rob > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Jsynthlib-devel mailing list > Jsy...@li... > https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel > > |