osc for encoders and wheels????

Dear group,

Could somebody tell me what the parameters of the message is that /eos/ send over osc:

/eos/out/active/wheel/1 [0] 0 0.

Mostly I am asking for the three zeros in different forms.

It is all about trying to control Nomad with external commands, where the encoders and the wheels, of cause, are the biggest problem, because hardly documented.

Or maybe someone can point me in the direction of more extended info on encoders and wheels then the manual. Bu the way, I am on EOS 3.

Thanks to all,

Peter

  • EOS sends the active data from all parameter wheels:
    wheel number (e.g.  /wheel/X - X is the wheel number)
    the parameter name, in this case there is no parameter name
    the parameter value in  brackets [0], in this case value 0
    and the parameter category like Intens, Focus, Beam..., 0 is no catagory
    Parameter name and value is packed in a string argument, category is an integer argument.

Related