bennyseven wrote:
Can somebody check the JP edtor if it has a WRITE button. If so, it would be good to Midi-monitor the sysex commands, so we can check if we can write to the user memory. It is for shure a secret memory location and value.
Benny I'll have a go at monitoring my FA08 to see if I can capture the SysEx command, off the top of my head it would seem to be a little more involved as you surely need to select a User bank / location to do the write which could be different for each owner.
...update
So using the editor built into the FA08 writing to the write destination "USER 0512:INIT TONE" gives the following captured SysEX commands:
F0 41 10 00 00 77 12 18 00 20 06 5F 03 7F 61 F7
F0 41 10 00 00 77 12 18 00 20 06 5F 03 7F 61 F7
please note that is the same SysEx command issued twice
also note that this is 16 in length not 14 like the cutoff command
so if we apply my filter logic from earlier (F0 41 10 00 00 77 12 <4 pairs of data address for Cutoff control> XX Z5 F7) it is the underlined bit we are interested in:
F0 41 10 00 00 77 12
18 00 20 06 5F 03 7F 61 F7
61 = Z7 Ctrlr/Roland checksum in theory
18 00 00 00 Temporary Studio Set
00 20 00 Studio Set Part (Part1)
00 06 Studio Set PC (PC)
--------------
18 00 20 06
Though interestingly when I play the SysEx command back after changing a tone parameter it does not appear to write the new settings it reverts to the original settings. Need to give this some more thought but on the face of that experiment it seems to suggest I captured the wrong SysEx command (or it was not transmitted) or simply that you cannot perform a write with SysEx because Roland have blocked it somehow...
Make of that what you will.