On Sam, 2013-07-27 at 18:08 -0400, puredata@11h11.com wrote:
hi,
i need to route "1 to x" & "x to 1" audio signal. demux~ (demultiplex~
on pd-extended) and mux~ are doing exactly that, but when switching
using a number box = glitch. polygate~ have a fade option that avoid
this glitch but there's no couterpart (like unpolygate~) and finally
mtx_*~ on pd-extended linux 64, i cannot create the object (i don't
know what to import).
[mtx_*~] is part of iemmatrix. And due to the way of how it is packaged in Pd-extended and due to some character restrictions for filenames, you need to use [hexloader] to load it.
Try:
[import hexloader iemmatrix]
[mtx_*~]
Roman