[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-users] nodeproxy and re-evaluation
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: [sc-users] nodeproxy and re-evaluation
- From: Sylvain <artheist@xxxxxxxxx>
- Date: Mon, 02 Mar 2009 23:50:22 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=k3dTzUyLgFE6KppA+RSxmNMdi5JUzm3qhEtDyB44X90=; b=Hwh+muhbnYYwy4OQXZNxFMdtCal6nH9t3ixfYNpuRrQ1CS509jkNgRF79mZHqjpIft d6KALx/aLL54bMvzfoyf2tJsVjE4/i7+vQKvWGVAqRZBIEKT6JfBETOAgzXnC7WnFP45 syBtN4O8vpeLihXtyGYqwbIFVpJfdKnWsD4d8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=VTdYZDCDEOGyvWxyPgeNx5NV5HlsqfvduHdS3Vaqi1vufoLwPvEHGuMS5y/H765DyE XZjvpuazJbL0sr9TqLoG5NEXPz0BDDeLQaGEzLzW1mmhTA9VRLO1y7kLj23Cxi2ZLvj4 /aQblAG5iks4fpSGOzPrtSg+S7ALv42BcRidg=
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
- User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)
Hi everyone,
Here's a feature/problem I come across quite often, which is that when
(in Jitlib) I evaluate a node proxy while it is already running, I have
some fading effects that I like. But then, if I try to automate them, I
don't have the effect anymore.
To make it more clear, here's an example :
(
p=ProxySpace.push(s.boot);
)
~bass.ar(2);
~bass.play;
~bass.fadeTime=2;
~bass={Decay.ar(Impulse.ar(5+LFNoise1.ar(0.1,0,0.2)))*SinOsc.ar([142,145],0,0.5)}
If you evaluate this bunch of lines, you'll hopefully get some sound, ok.
Then evaluate again the last line and you will get beating (coming from
what I suppose to be the difference between the freq and the time when
you evaluate the line)
But then if I would like to automate this "beating" effect, how would I do ?
I tried something like this, but doesn't help (unless first time ...)
(Tdef(\basse,{~bass.rebuild; 1.wait;}).play;)
Any hints are welcome
Best
Sylvain
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/