Browsing SimpleDrums source I see a few suspicious looking pointer casts in the sysex data, my fault I think. I suspect data stored from a 32/64bit PCs might not open correctly on the other. I could swear I tested it before, maybe there's no problem at all, I'll have to look again.
For this type of sensitive binary sysex data we should avoid pointer casting to vague types like int, and use solid types like int32 and so on. My above theory needs testing to see if it would crash, but at least ensuring solid data typecasting should be a good start. I'll have to keep my eyes open for other the synths' data too. Tim. ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Lmuse-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/lmuse-developer
