Not sure why I can't set(array,value,position)

Discuss Lemur and share techniques.
Post Reply
mh175
Newbie
Posts: 23
Joined: 06 Oct 2012 16:42

Not sure why I can't set(array,value,position)

Post by mh175 »

I have a project level variable "a". I'd like it to be an array of 3 values.

The manual says that I should be able to change any of the values of "a" to whatever I value want.

But

Code: Select all

set(a,12,0);
doesn't seem to do anything.

Any ideas?

Thanks in advance!
Macciza
Regular
Posts: 1315
Joined: 07 Dec 2011 04:57
Location: Sydney, Australia.

Re: Not sure why I can't set(array,value,position)

Post by Macciza »

Hi
Hmm, maybe try being explicit
a=(set(a,12,0);
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]
mh175
Newbie
Posts: 23
Joined: 06 Oct 2012 16:42

Re: Not sure why I can't set(array,value,position)

Post by mh175 »

Yessir, that did it. Thank you again!
Post Reply