Update of /cvsroot/pure-data/externals/grill/py/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29671/pd
Modified Files: script-1.pd Log Message: fixed reference count bug cleaner error reporting more optimizations added generic numpy support (not working) fixes for maxmsp
Index: script-1.pd =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/pd/script-1.pd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** script-1.pd 13 Mar 2005 04:59:35 -0000 1.6 --- script-1.pd 31 Mar 2005 03:54:10 -0000 1.7 *************** *** 1,3 **** ! #N canvas 297 17 692 534 12; #X obj 39 278 print; #X obj 345 251 print; --- 1,3 ---- ! #N canvas 297 17 696 538 12; #X obj 39 278 print; #X obj 345 251 print; *************** *** 39,42 **** --- 39,43 ---- #X text 556 181 too many args; #X text 505 372 just trigger without arguments; + #X msg 386 371 set ret4; #X connect 2 0 25 1; #X connect 3 0 21 1; *************** *** 61,62 **** --- 62,64 ---- #X connect 28 0 21 0; #X connect 32 0 25 1; + #X connect 35 0 23 0;