Page 1 of 1
OSC reference
Posted: 08 Dec 2011 13:52
by FriFlo
Hi,
I wonder, if there is a summary of all OSC commands the Lemur can recieve and how they are set up. E.g.: How do you change the names of a menu with a message coming from MaxMSP?
So far, I was only successful to send fader values ...
Thanks.
Re: OSC reference
Posted: 08 Dec 2011 14:43
by Macciza
High
Pretty much just use the addresses you set up in your project ie /Fader/x, /Container/Fader/x, /Knob/x etc
Also object attributes can be set via OSC with /Object @attribute xx messages.
And there are some others like /interface for switching pages . . .
Lots of info on the old JazzMutant website thats not been transferred over
Cheers
MM
Re: OSC reference
Posted: 08 Dec 2011 20:39
by FriFlo
Thanks, but I still cannot figure out how to change the Menu items' names. Could you specifically tell me what text I need to send to change them?
Re: OSC reference
Posted: 25 Dec 2011 08:56
by nick_liine
FriFlo wrote:Thanks, but I still cannot figure out how to change the Menu items' names. Could you specifically tell me what text I need to send to change them?
The correct attribute name for the Menu items' names is actually 'items'. The documentation is wrong, I have corrected it and will be uploading an updated PDF soon which will include many other minor additions.
This should work to change the items' names from OSC:
/Menu @items foo bar moo
Best regards,
Nick