In reply to:
>Date: Mon, 19 Dec 2005 09:05:57 +0100
>From: IOhannes m zmoelnig <zmoelnig(a)iem.at>
>To: pd(a)name-x.de
>Subject: Re: [PD] switch between multiple signal outputs
>
>>
>> Hello, before I've made my own abstraction for switching, I used matrix~ but that external is very greedy.
>>
>
>which [matrix~] ? (there are 2: one in cyclone, one in zexy/iemmatrix)
>the [mtx_*~] (successor of [matrix~] in iemmatrix) should be way faster,
>esp. when the matrices stay fixed. (which they do most of the times
>except in special applications)
>
>mf.adr
>IOhannes
>
Oh, I was using IEM/matrix~, the one that needed mtx_eye or mtx_egg etc... It also was very usefull for building an effect insert with multiple algorithms solutions, or a yamaha DX7 operators architecture.
Now I need to try with the other matrix~, specially for dynamic switching, neat...
Patco.