Georg Holzmann wrote:
Hallo!
just to make sure: iem_matrix is totally deprecated in favour of "iemmatrix". it should not be added to the pd-extended build-system. instead it should be removed from the pd-extended build-system. (i don't want to break the build-system so i won't do it ;-))
Yes I know - but I need it to get quite some examples working for the linux audio conference ...
I did not look into is so deep - is it possible to make patches with iemmatrix, which we can use instead of iem_matrix ? (then we could put them in the iemmatrix/alias folder to keep the backward compatibility ...)
i think all of the iem_matrix objects are covered by iemmatrix.
basically all objects in iem_matrix are specialized versions of [mtx_*~]. however, i believe that [mtx_*~] is now so optimized, that you will not gain anything from using the specialized versions, but you lose a lot of flexibility.
noteable is probably the [matrix_diag_mul~] group of objects, which is is nothing more than zexy's [multiline~], but requires people to know about matrix math.
mfg.asdr IOhannes