[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] reading the length of env from outside a synth
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] reading the length of env from outside a synth
- From: adam sanches <adam.sanches@xxxxxxxxx>
- Date: Mon, 20 Sep 2010 10:54:40 -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=cpw5j6RZeyc9xvksyj/SdllResBNvhzPMWleJoWJXyY=; b=O0KtlBWECtbucAh6sQk3f6o2f1ETeOIS2Ky9OSTtZlHnSDfbasGbMvp5RqozBrEYQk qKUAw8UjcDGtiU127Vyh9ip1yGH8onAr9JqPb0Ghw7FpFdRVYg1ICWR9XRVMjKrANrr7 k/R0kBo18D4cZqRmBlrjkPx2Uc7hwvTNGp6NY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rQsCaAoUBXaB8fShOxEj9pmRXBw3Vw8SBSBnZ2tlCyeGH8wkedHrVhi7xbnWbDA3VP jeRkY4hTBB3aI7af0Xump2s4zYPv3oVbiWoE8k9A/M6xuAosjwk/LzgLMH3PYz9Qn46a /hIJ9U3mfdRaYK5E9TSpjUYBqRzNOgwKqDRjY=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
Hi, i need to read the time(length) that a envelope takes to finish that is inside a synth from outside the synth.
Im using random generated envelop inside a synth to control the length or duration of a granular cloud, each time I create a synth it creates a granular cloud with random duration defined by this random envelope.
I need to use that time to control a task , i need to use that time to control the wait time of a task.
Do anybody know how can i read the legth of a random envelope duration from outside the synth?
thanks in advace.
Adam