Comments by msepsis
First - thank you for this. I was just about to dig in after seeing what was coming (if anything in this arena for live 11) and build exactly what you've done here. Excellent work.
"the device expects decimal values, but your sysex files are likely to be hexadecimal."
How much trouble would it be to alter the max4live device so it expects the sysex values in Hexidecimal and not decimal?
SysEx messages are natively transmitted and received in hexidecimal so this might help make this more usable that way unless I'm missing something.
"the device expects decimal values, but your sysex files are likely to be hexadecimal."
How much trouble would it be to alter the max4live device so it expects the sysex values in Hexidecimal and not decimal?
SysEx messages are natively transmitted and received in hexidecimal so this might help make this more usable that way unless I'm missing something.
I was looking for ways to add to it so I could put in my own logic including a dump request message.. I'm a bit new to using max for live. (although I've used Max and things like PD and supercollider for some time)
you say "adding 0x before a decimal number" - i believe you mean hex, correct? So if I wanted to give it hex values I would just enter them like in C++... 0xF0, 0x2E, 0x11, 0x00, 0x00, 0x7F, 0xF7