I have all the TCP midi stuff working except one command has me stumped.
I can adjust faders, mute channel etc all fine.
I need to adjust a send level, I can get the status of a send level but for the life of me I cannot set it.
I’m trying to set the level of Channel 1 in Stereo Matrix 1.
I can get the level fine by sending…
f0 00 00 1a 50 10 01 00 00 05 0f 0d 00 03 40 f7
which returns
F0 00 00 1A 50 10 01 00 00 0D 00 03 40 00 F7
when the level is down and
F0 00 00 1A 50 10 01 00 00 0D 00 03 40 7f F7
when its fully turned up.
But when I try and set the level with…
f0 00 00 1a 50 10 01 00 00 0d 00 03 40 7f f7
I get no response back and the command fails to set the level.
I’m stumped, I’ve tried the documentation from version 1.5 and 1.9 which both have the same instructions.
Anyone been able to set a send level successfully and could share the command they sent?