Virus TI 2 device to transmit sysex from live.dial to synth

horizens's icon

Hi, I've been struggling with a lot of commercial librarians/editors available for the TI2 and want to build my simple editor in M4l. I'm definitely new to max but not to programming.

How can I interpret sysex knob movements that I capture from Midi Monitor into a m4l interface? Basically, I see these messages coming in when I move a Virus knob:

F0 00 20 33 01 00 6E 00 1E 01 F7

Max Patch
Copy patch and select New From Clipboard in Max.

But in this patch I see a different value:

240 0 32 51 1 0 110 0 30 2 247

I'm having trouble translating a `live.dial` output to this value. Any guidance or resources that would help?

Source Audio's icon

F0 .... is HEX
240 .... is decimal representation of what you receive.

you have to extract parameter value from that decimal list and link it to what you want to control.
check route, match and other objects like zl package, unjoin ...