Page 1 of 1

osc message

Posted: 28 Sep 2014 16:47
by workino
Hello Bernd,
i'm plaing with osc server but i stucked on one point.
i have created onoutputfader this rule EXEC_SEND_OSC /mixer/output/${mixerid}|f:${mixervolume}
but on remote i received only this message /mixer/output/3 without any value. is it normal or i'm making some kind of mistake?

Best regards
Gabriele

Re: osc message

Posted: 28 Sep 2014 18:05
by radio42
What OSC server are you using? And how do you test things?
Why do you exactly know or belivieve, that your server doesn't receive the float value?!

Testing it here with TouchOSC it works perfectly fine.
Maybe your OSC server does not understand float parameter - or your OSC control with the name '/mixer/output/3' doesn't allow float value?!