-
IOhannes
pd supports multiple soundcards directly (at least with oss, i never tested this with alsa): just specify them like "-audiodev 0,1,2"
-
IOhannes
if you have multiple [send~]s with the same name working perfectly in one instance of pd, then you are having severe problems.
why does it not work ? because it just does not work. [send~]/[receive~] are _not_ summing signals together, so what is pd supposed to do with the streams sent ?
for summing use [catch~]&[throw~], for distributing use [s~]&[r~]
if you want both, use both -
IOhannes
YUV works fine on linux/w32 (but is not directly supported by the openGL-drivers, so an additional conversion has to be done)
the artefact you are encountering is due to non-clipped parts in the RGB->YUV (and/or vice versa) conversion.
this has been fixed in the CVS version.