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/