On Sat, 14 Mar 2009, Achim Bornhoeft wrote:

Can anybody help me to extend this patch from 4ch to 8ch?

Well, I don't really have any experience with spatialisation, but if you're trying to make a rectangular-prism structure from a rectangle structure, you will need to add a 3rd [expr], add a new [inlet] and [/ 200], add four more [t f b] 50 [line~] [outlet~], and quadruple the number of [*].

The latter is because now each corner is made by multiplying two things together, and what you want is probably multiplying three things together, so you need 2 [*] per channel. Look at the pattern of wires, how it tries all four combinations of going through [expr] and not going through it, and how the number of combinations grows to 8 when adding a third inlet, and that to multiply the third inlet (or its [expr] counterpart) you need the extra [*] for each.

 _ _ __ ___ _____ ________ _____________ _____________________ ...
| Mathieu Bouchard - tél:+1.514.383.3801, Montréal, Québec
_______________________________________________
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to