Send Object Attribute Messages Over OSC
Send Object Attribute Messages Over OSC
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
Hi - Address/syntax problem; You are addressing the /x variable of the Object, rather than the actual object . . .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?
Try /Object @attribute value - ie /CustomButton @label_off nameofclip
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]
MaxMSP, Live Suite, Native Instrument stuff, etc Modified Virtual Guitar System etc All Projects/Modules © CC-BY-NC-SA[*][/b]
Re: Send Object Attribute Messages Over OSC
That did it! Thanks so much for your help!