>> I don't remember exactly but I think I wrote the midi send code to be >> as stupid as possible. You can basically send any two bytes you like >> with the two parameters but there may be some more customisation >> needed. > > Is there a parameter to send a third byte? (I need 3. :) )
Not at the moment. If you look at the function in there called something like createhandlers then you'll see where to add more parameters. I think we used to send 0x01 to turn on LEDs because the Hercules Mk2 liked that, then we set it to +127 because that helped some other controllers. So you could add an optional extra element that controls that value for now. > >> block doesn't support passing parameters to the option settings so >> this is probably indeed the start of where we need to come up with >> something a bit smarter to handle this. > > Let me know how to begin. I looked at the SCXML and QtScript pages and > both seem good to me. I guess I don't care what we use, as long as it's > blessed by developers who know much more than I about Mixxx. ;) Sure. I haven't had a chance to read this SCXML documentation yet. But I'll try to have a look this afternoon and start laying out some design ideas for everyone to criticise as soon as possible :) Adam ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
