[PD-cvs] externals/iem/iemmatrix/abs mtx_tab.pd,1.2,1.3

Franz Zotter fzotter at users.sourceforge.net
Tue Aug 29 11:18:14 CEST 2006


Update of /cvsroot/pure-data/externals/iem/iemmatrix/abs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24704

Modified Files:
	mtx_tab.pd 
Log Message:
corrected scheduling error of mtx_tab: write after read was not 
possible!


Index: mtx_tab.pd
===================================================================
RCS file: /cvsroot/pure-data/externals/iem/iemmatrix/abs/mtx_tab.pd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** mtx_tab.pd	29 Aug 2006 08:07:23 -0000	1.2
--- mtx_tab.pd	29 Aug 2006 09:18:12 -0000	1.3
***************
*** 2,12 ****
  #X obj 33 14 inlet;
  #X obj 247 6 inlet;
! #X obj 286 339 s \$1;
! #X obj 286 316 list prepend 0;
! #X obj 247 276 t a a;
! #X obj 286 276 mtx_size;
! #X obj 347 276 *;
! #X msg 336 295 resize \$1;
! #X obj 247 257 relay matrix;
  #X obj 33 55 t a a;
  #X obj 33 348 outlet;
--- 2,12 ----
  #X obj 33 14 inlet;
  #X obj 247 6 inlet;
! #X obj 286 354 s \$1;
! #X obj 286 331 list prepend 0;
! #X obj 247 291 t a a;
! #X obj 286 291 mtx_size;
! #X obj 347 291 *;
! #X msg 336 310 resize \$1;
! #X obj 247 272 relay matrix;
  #X obj 33 55 t a a;
  #X obj 33 348 outlet;
***************
*** 20,25 ****
  #X msg 162 176 0;
  #X msg 190 176 1;
! #X obj 247 295 list split 1;
! #X obj 372 276 + 2;
  #X text 356 13 \$1 ... table name;
  #X text 446 125 part of iemmatrix.;
--- 20,25 ----
  #X msg 162 176 0;
  #X msg 190 176 1;
! #X obj 247 310 list split 1;
! #X obj 372 291 + 2;
  #X text 356 13 \$1 ... table name;
  #X text 446 125 part of iemmatrix.;
***************
*** 30,46 ****
  its internal matrix in a table. So this matrix can be seen as a local/global
  variable of the workspace.;
! #X text 328 340 send to table;
  #X text 226 79 get from table;
  #X text 138 158 if no output: send to table anyway;
! #X text 489 261 Franz Zotter 2006;
  #X obj 112 223 t b a;
  #X obj 112 137 t b b a b;
! #X obj 111 245 spigot;
  #X msg 152 223 0;
  #X msg 181 223 1;
  #X obj 38 176 route bang;
  #X connect 0 0 11 0;
  #X connect 1 0 8 0;
  #X connect 3 0 2 0;
  #X connect 4 0 20 0;
  #X connect 4 1 5 0;
--- 30,49 ----
  its internal matrix in a table. So this matrix can be seen as a local/global
  variable of the workspace.;
! #X text 328 355 send to table;
  #X text 226 79 get from table;
  #X text 138 158 if no output: send to table anyway;
! #X text 489 276 Franz Zotter 2006;
  #X obj 112 223 t b a;
  #X obj 112 137 t b b a b;
! #X obj 111 271 spigot;
  #X msg 152 223 0;
  #X msg 181 223 1;
  #X obj 38 176 route bang;
+ #X obj 457 359 print;
+ #X obj 142 244 t a a;
  #X connect 0 0 11 0;
  #X connect 1 0 8 0;
  #X connect 3 0 2 0;
+ #X connect 3 0 38 0;
  #X connect 4 0 20 0;
  #X connect 4 1 5 0;
***************
*** 66,71 ****
  #X connect 21 0 7 0;
  #X connect 32 0 18 0;
! #X connect 32 1 34 0;
! #X connect 32 1 8 0;
  #X connect 33 0 17 0;
  #X connect 33 1 35 0;
--- 69,73 ----
  #X connect 21 0 7 0;
  #X connect 32 0 18 0;
! #X connect 32 1 39 0;
  #X connect 33 0 17 0;
  #X connect 33 1 35 0;
***************
*** 78,79 ****
--- 80,83 ----
  #X connect 37 0 12 0;
  #X connect 37 1 12 0;
+ #X connect 39 0 34 0;
+ #X connect 39 1 8 0;





More information about the Pd-cvs mailing list