TEK2 -> SysEx doesn't work

Hey Guys,

I have a TEK 2 and am trying to assign a very long SysEx command to one of the buttons to control my Roland Fantom 07. Entering the command in the corresponding field works, but as soon as I try to save it and transfer it to the controller, the entered code disappears from the field. Both the MIDI monitor in the Grid Editor and an external monitor I’m using show that the button is sending a SysEx command, but it’s not the one I entered.

What am I doing wrong?

SysEx entered (and needed):
F0 41 10 00 00 00 5B 12 01 00 00 13 00 00 00 00 00 F7

SysEx displayed in MidiMonitor:
f0411107ff7
f0411000f7 (both)

Thanks

Miguel

Hi!

It seems that the SysEx action block requires the “0x” prefix to recognize HEX values and also requires you to space your values with comma. So the above mentioned message will work when entered in the following way.

image

1 Like

Thanks a lot!

It worked. However, I had to prefix each of the two-digit codes with a “0x.”

:smiley:

1 Like