Re: Out ; summing ; phase cancellation
| Newsgroups | gmane.comp.audio.supercollider.user |
|---|---|
| Message-ID | <CAHnM+ybsJ9YO-oPgKbVOY+TVTzTVXMHppAqkSjOi0rz0UVXx4g@mail.gmail.com> |
hello james, thanks for your detailed reply! and yes, it's exactly that. the transform that Out &etc. do is, in fact, matrix transposition i guess another way to look at it is: Out([l,r]) = Out2(l,r) Out([[l,r],[L,R]]) = Out2([l,r],[L,R]) = [Out2(l,L),Out2(r,R)] best, rohan