[PD] IEMMATRIX - [mtx_.*] - error in newer version

oliver oliver at klingt.org
Thu Sep 5 23:23:20 CEST 2019


hi !

IOhannes, i think this is for you ... sorry to bug you once more ...


i just noticed a newly introduced error in IEMMATRIX that was no error 
before ...

attached is a patch (an excerpt of the help patch for [mtx_.*]) that 
used to work error-less with (old) version 0.2 of IEMMATRIX (deken's 
version numbering is "iemmatrix-v0.2-20150529iem")

PD's console output is like this

======================================================================
iemmatrix 0.2
	objects for manipulating 2d-matrices
	(c) 2001-2015 iem
		IOhannes m zmölnig
		Thomas Musil
		Franz Zotter
	compiled May 29 2015 : 22:45:53

matrix:
  2 0 0
  0 4 0
  0 0 6
======================================================================


with the newest version of IEMMATRIX (0.3.1) the same patch throws an 
error message and doesn't work anymore:


======================================================================
iemmatrix 0.3.1
	objects for manipulating 2d-matrices
	(c) 2001-2015 iem
		IOhannes m zmölnig
		Thomas Musil
		Franz Zotter
	compiled Feb  4 2019 : 21:51:36

[mtx_.*]: invalid dimensions 0x1
======================================================================

best

oliver
-------------- next part --------------
#N canvas 540 51 445 244 10;
#X declare -stdlib iemmatrix -lib iemmatrix;
#X obj 52 160 mtx_.*;
#X obj 52 195 mtx_print;
#X obj 52 75 mtx_diag 1 2 3;
#X obj 89 101 mtx_ones 3;
#X obj 52 54 t b b;
#X msg 52 26 bang;
#X obj 89 125 mtx_* 2;
#X obj 134 25 declare -stdlib iemmatrix -lib iemmatrix;
#X connect 0 0 1 0;
#X connect 2 0 0 0;
#X connect 3 0 6 0;
#X connect 4 0 2 0;
#X connect 4 1 3 0;
#X connect 5 0 4 0;
#X connect 6 0 0 1;


More information about the Pd-list mailing list