Update of /cvsroot/pure-data/externals/grill/py/pd In directory sc8-pr-cvs1:/tmp/cvs-serv345/pd
Modified Files: simple-3.pd thread-1.pd Log Message: ""
Index: simple-3.pd =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/pd/simple-3.pd,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** simple-3.pd 22 Oct 2002 23:16:08 -0000 1.1.1.1 --- simple-3.pd 17 Oct 2003 02:47:01 -0000 1.2 *************** *** 1,27 **** ! #N canvas 307 249 546 386 12; ! #X msg 88 279 help; ! #X text 15 50 This demonstrates message handling. See the simple.py ! file.; ! #X msg 87 304 doc; ! #X msg 123 305 doc+; ! #X floatatom 288 345 5 0 0; ! #X text 17 22 py/pyext - Python script objects , (C)2002 Thomas Grill ! ; ! #X floatatom 316 119 5 0 0; ! #X floatatom 399 119 5 0 0; ! #X obj 225 279 pyext simple ex3 1; ! #X msg 39 195 reload.; ! #X msg 39 223 reload -10; ! #X text 110 194 reload script and keep arguments; ! #X text 128 224 reload script with new arguments; ! #X text 281 140 triggers; ! #X text 340 344 result; ! #X text 410 140 sets argument; ! #X connect 0 0 8 0; ! #X connect 2 0 8 0; ! #X connect 3 0 8 0; ! #X connect 6 0 8 1; ! #X connect 7 0 8 2; ! #X connect 8 0 4 0; ! #X connect 9 0 8 0; ! #X connect 10 0 8 0; --- 1,27 ---- ! #N canvas 384 270 546 386 12; ! #X msg 88 279 help; ! #X text 15 50 This demonstrates message handling. See the simple.py ! file.; ! #X msg 87 304 doc; ! #X msg 123 305 doc+; ! #X floatatom 288 345 5 0 0 0 - - -; ! #X text 17 22 py/pyext - Python script objects , (C)2002 Thomas Grill ! ; ! #X floatatom 316 119 5 0 0 0 - - -; ! #X floatatom 399 119 5 0 0 0 - - -; ! #X obj 225 279 pyext simple ex3 1; ! #X msg 39 195 reload.; ! #X msg 39 223 reload -10; ! #X text 110 194 reload script and keep arguments; ! #X text 128 224 reload script with new arguments; ! #X text 281 140 triggers; ! #X text 340 344 result; ! #X text 410 140 sets argument; ! #X connect 0 0 8 0; ! #X connect 2 0 8 0; ! #X connect 3 0 8 0; ! #X connect 6 0 8 1; ! #X connect 7 0 8 2; ! #X connect 8 0 4 0; ! #X connect 9 0 8 0; ! #X connect 10 0 8 0;
Index: thread-1.pd =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/pd/thread-1.pd,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** thread-1.pd 28 Dec 2002 04:36:13 -0000 1.3 --- thread-1.pd 17 Oct 2003 02:47:01 -0000 1.4 *************** *** 1,9 **** ! #N canvas 440 61 588 400 12; #X msg 38 265 help; #X msg 37 290 doc; #X msg 73 291 doc+; #X floatatom 145 323 5 0 0 0 - - -; - #X text 16 14 py/pyext - Python script objects , (C)2002 Thomas Grill - ; #X text 14 44 This demonstrates threading. See the threads.py file. ; --- 1,7 ---- ! #N canvas 440 61 590 402 12; #X msg 38 265 help; #X msg 37 290 doc; #X msg 73 291 doc+; #X floatatom 145 323 5 0 0 0 - - -; #X text 14 44 This demonstrates threading. See the threads.py file. ; *************** *** 28,47 **** #X obj 145 279 pyext threads ex1; #X text 93 101 - blocking!! -; ! #X connect 0 0 21 0; ! #X connect 1 0 21 0; ! #X connect 2 0 21 0; ! #X connect 6 0 7 0; ! #X connect 7 0 21 0; ! #X connect 9 0 12 0; ! #X connect 10 0 11 0; ! #X connect 11 0 21 1; ! #X connect 11 1 21 2; ! #X connect 11 2 14 0; ! #X connect 12 0 21 1; ! #X connect 12 1 21 2; ! #X connect 12 2 13 0; ! #X connect 13 0 6 0; ! #X connect 14 0 6 0; ! #X connect 19 0 21 0; ! #X connect 21 0 3 0; ! #X connect 21 1 8 0; --- 26,47 ---- #X obj 145 279 pyext threads ex1; #X text 93 101 - blocking!! -; ! #X text 16 14 py/pyext - Python script objects , (C)2002 , 2003 Thomas ! Grill; ! #X connect 0 0 20 0; ! #X connect 1 0 20 0; ! #X connect 2 0 20 0; ! #X connect 5 0 6 0; ! #X connect 6 0 20 0; ! #X connect 8 0 11 0; ! #X connect 9 0 10 0; ! #X connect 10 0 20 1; ! #X connect 10 1 20 2; ! #X connect 10 2 13 0; ! #X connect 11 0 20 1; ! #X connect 11 1 20 2; ! #X connect 11 2 12 0; ! #X connect 12 0 5 0; ! #X connect 13 0 5 0; ! #X connect 18 0 20 0; ! #X connect 20 0 3 0; ! #X connect 20 1 7 0;