[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] iteration with iterator
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] iteration with iterator
- From: adam sanches <adam.sanches@xxxxxxxxx>
- Date: Wed, 22 Sep 2010 16:30:07 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=jdej0jLF+H0mGrKZw8jmrAv9IsBghtwWIwRQxeC+n/Y=; b=VDwVAG9SxT5lCWaD9D9N4JveX/5xrErllyM5iXBK9HwLxYVkY2Q5Rva8ttY4bPs4ru KVs2Pz+F7H6VX0E98WtRk9bJD3mXkCzCUU+jgsTfRt/uk1luZbofQgMhfvCuEg9Kq9Xc FdLnu3YFpkpKe9UgIcWB1gnRYMkQ9W0me4buc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Z2F3ZpazyyH35TfBH9Z1Ki0DGcGcnVDSRnGeXVFiaJ3qjDX1WEq7NQ1yIt7JwwJICH /9A2UBsKWeP3erPezpN9lvC8e3uBTOJNNK0EsvYW8WrbA+lm8NQj4rJT6bEnt6cSD3XQ Q83/ZsqOgsrY30ycUydbAFWVzazl6KJWpLzkg=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
Hello , i cant find a way to do this in supercollider:
for(int = i; i < 3 ; i++) {
a[i].freq = d[i].x ;
}
Can anybody point me how to do this?
thanks
Adam