Lemur fader control via Sysex
Posted: 15 May 2013 06:17
Hello.
I have to control a GrandMa2 via Lemur but the Grandma can only send MSC which is a sysex string.
Sending sysex now works with this custum Midi setup:
Message: FO
trigger: Fader1.x
data: {0x7F, 0x00, 0x02, 0x01,0x06,0x00,0x01, 16383*Fader1.x-128*floor(16383*Fader1.x/128), floor(16383*Fader1.x/128)}
But I don't know how to make it bidiretional.
Can anybody help?
I have to control a GrandMa2 via Lemur but the Grandma can only send MSC which is a sysex string.
Sending sysex now works with this custum Midi setup:
Message: FO
trigger: Fader1.x
data: {0x7F, 0x00, 0x02, 0x01,0x06,0x00,0x01, 16383*Fader1.x-128*floor(16383*Fader1.x/128), floor(16383*Fader1.x/128)}
But I don't know how to make it bidiretional.
Can anybody help?