Re: Out ; summing ; phase cancellation
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAHnM+ya6_pYrMX6iio90gJ9A3LRjktE8NAAAHive9=rNmgS6uQ@mail.gmail.com> |
ps. for context, the first tim walters graph at <
https://swiki.hfbk-hamburg.de/MusicTechnology/899> (copied below) sounds
much less nice if it's mixed down rather than sent through two (summing)
out ugens. what do we need to write instead of mix to get a single out
graph that sounds the same?
play{GVerb.ar(({|k|({|i|x=Impulse.kr(0.5**i/k);y=SinOsc;y.ar(i,y.ar
(i+k**i)/Decay.kr(x,[i,i+1],k))}!6).sum}!16).sum,1)/512}
play{Mix(GVerb.ar(({|k|({|i|x=Impulse.kr(0.5**i/k);y=SinOsc;y.ar(i,y.ar
(i+k**i)/Decay.kr(x,[i,i+1],k))}!6).sum}!16).sum,1)/512)}