Page 1 of 1
Send Object Attribute Messages Over OSC
Posted: 16 May 2013 02:07
by bakerjca
So I have Lemur, Ableton 9, and Max 4 Live 6 - right now I'm trying to update the name of a Custom Button with the clip name (ala Ableton clip grid launcher) - the problem I run into is that when I send the message over OSC: /CustomButton/x @label_off nameofcliphere - nothing seems to happen on my Lemur. I've confirmed OSC is working bi-directionally and I've checked the Lemur manual and I believe the format I'm using is correct for sending attribute changes. Anyone else run into this same problem?
Re: Send Object Attribute Messages Over OSC
Posted: 16 May 2013 04:23
by Macciza
bakerjca wrote:/CustomButton/x @label_off nameofcliphere - nothing seems to happen on my Lemur. I've confirmed OSC is working bi-directionally and I've checked the Lemur manual and I believe the format I'm using is correct for sending attribute changes. Anyone else run into this same problem?
Hi - Address/syntax problem; You are addressing the /x variable of the Object, rather than the actual object . . .
Try /Object @attribute value - ie /CustomButton @label_off nameofclip
Cheers
MM
Re: Send Object Attribute Messages Over OSC
Posted: 16 May 2013 17:37
by bakerjca
That did it! Thanks so much for your help!