Turning local control off in a CZ101 via a midi message
2018-11-28 by henk9000@...
Hi folks,
I'm trying to turn off local control on a CZ101 to use it as an external instrument in Ableton. I know it has to be done via a MIDI message, which I am not sure about about the syntax or how to transmit it.
I don't know how to transmit this message from my Mac. Ableton seems to almost be able to do it within the Midi clip functions, but it doesn't appear to allow these 'special' control messages above CC119.
I found some useful information in this Yahoo group, but I'm still not quite getting to the end of it.
https://groups.yahoo.com/neo/groups/CZsynth/conversations/topics/4067
http://templarseries.atspace.com/cz.html
http://templarseries.atspace.com/CZMANUAL.html
The message itself is CC122 to value 0 for off or to value 127 for on. In the CZ MIDI Guide linked above this is written like this:
LOCAL ON send B0 + channel, 7A, 7F
LOCAL OFF send B0 + channel, 7A, 00
SysEx messages appear to be formatted in another way (which I think is hexadecimal?) that start with F0 and end in F7, and I think this is probably how it needs to be written. I know there has to be a 44 in there as that is the Casio code, and some version of the B0 7A 00 message.
I have a few bits of software that can probably do what I need to do; SysEx Librarian (https://www.snoize.com/SysExLibrarian/) seems to be the best candidate. It needs a .syx file to load, and I can't figure out how to make one that will contain this LOCAL ON/OFF message.
also have these two Windows programs running through Wine that I can try too.
http://obds.free.fr/midimon/
https://www.bome.com/products/sendsx
Anyone done this before? Or have any suggestions?
Cheers!