[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] simple looping envelope question
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] simple looping envelope question
- From: conrad schwarz <conrad.schwarz@xxxxxxxxxxxxxx>
- Date: Wed, 22 Sep 2010 19:44:33 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=kxFonv+FUDylA8f/rBYSlomyMcRBO+z0es6/ABn0zP8=; b=HS5oSRZcZb0FfEBuq15IXK3vcCYF4ZzkeknB+zyZZ59cy8fMyc2acRO58b992T7hV2 hkjGpF8M7QBELyHhZi7JOkqDptj6a0fRrl2QJ9oeMmGdRUNqPN/lHsCiRDUPl4vsjwI2 BJpVNY9LSJVlxA1WptjN5RknEkR0o3kJG4SAc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Tj5rQGwNjPYadaU1TX7cZggeRwHodKtl78g6nMP2mlU+pMaGX9/z1R2MI2PaAYGTrK SBYtyUb7syOn9dju7pTVH2jNT509/kRgu3yvwSz4sVhZ9wZTpjU+CHjtw4elH2n9KCTH Ykw3tdxKaYevqzHlREdxv46MGJTXhJ2Tq6hWk=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
hi, How can i loop and envelope from the beginning to the end for ever?
I ve been reading the env help file and I tried this:
Env.new([0,1,0.1,0],[0.5,0.5,2], 'lin', 3, 0).test(inf).plot;
Release node is 3 and it loops from node 0, it this is not supposed to create a loop from the beginning to the end of my env? why does it not work?
thanks in advance
C.