OSC reference

Discuss Lemur and share techniques.
Post Reply
FriFlo
Newbie
Posts: 31
Joined: 07 Dec 2011 17:49

OSC reference

Post 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.
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: OSC reference

Post 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
iMac 2.8G i7 12G 10.6.8/10.7.2, Legacy Dexter/Lemur, Liine Lemur/iPad2, KMI SoftStep, 12Step & QuNeo , B-Controls, Mackie C4 etc
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
FriFlo
Newbie
Posts: 31
Joined: 07 Dec 2011 17:49

Re: OSC reference

Post 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?
nick_liine
Liine Staff
Posts: 285
Joined: 01 Oct 2010 11:06

Re: OSC reference

Post 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
Post Reply