[PD] iemmatrix - "rotate" matrix

Matthias Kronlachner m.kronlachner at gmail.com
Tue Jul 9 12:37:17 CEST 2013


On 7/9/13 1:07 PM, IOhannes m zmoelnig wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 2013-07-09 11:42, João Pais wrote:
>> I thought they were. In Pc there is no [mtx_*~] file, so I use
the good old problem with objects containing  *,+,... in their name..
i know this one has been posted several times, but once more:

do the following if you want to use iemmatrix in pd-extended:

create the object [hexloader]
and [import iemmatrix]

afterwards [mtx_*] [mtx_*~] .... should work.
-> see attachment

matthias

-------------- next part --------------
#N canvas 0 22 450 300 10;
#X declare -lib iemmatrix;
#X obj 34 15 hexloader;
#X obj 34 41 import iemmatrix;
#X obj 34 126 mtx_*;
#X obj 75 127 mtx_+;
#X obj 148 131 mtx_*~;
#X obj 38 155 mtx_./;
#X text 103 15 first create those two objects to use iemmatrix!;
#X text 130 108 then all iemmatrix objects should work;
#X obj 59 228 mtx_spherical_harmonics 3;


More information about the Pd-list mailing list