osc message

You have a question or need an advice about how to do something? Ask it here!
Post Reply
workino
Posts: 50
Joined: 05 Mar 2013 16:19
osc message

Post 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
User avatar
radio42
Site Admin
Posts: 8329
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: osc message

Post 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?!

Post Reply