get the show-status of an object

Discuss Lemur and share techniques.
Post Reply
misal
Newbie
Posts: 11
Joined: 08 Dec 2011 21:35

get the show-status of an object

Post by misal »

Is it possible to query the show-status of an object?
you set it with

Code: Select all

show(objectname, status);
when i try the following, i always get 0

Code: Select all

getattribute(objectname, 'show');
or

Code: Select all

getattribute(objectname, 'hidden');
The script-editor accepts both statements, though.
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: get the show-status of an object

Post by Macciza »

Hi
It looks like that os available as a function but the state may not be directly available . . .
I have not seen it any objects attibutelist . . .
You can of course implement your own variable and track the state that way
Hope that helps
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]
Post Reply