diff options
Diffstat (limited to 'externals/grill/py/pd')
-rw-r--r-- | externals/grill/py/pd/simple-3.pd | 54 | ||||
-rw-r--r-- | externals/grill/py/pd/thread-1.pd | 42 |
2 files changed, 48 insertions, 48 deletions
diff --git a/externals/grill/py/pd/simple-3.pd b/externals/grill/py/pd/simple-3.pd index 70416ad0..450a3ec9 100644 --- a/externals/grill/py/pd/simple-3.pd +++ b/externals/grill/py/pd/simple-3.pd @@ -1,27 +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;
+#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; diff --git a/externals/grill/py/pd/thread-1.pd b/externals/grill/py/pd/thread-1.pd index 5a9545e2..be775852 100644 --- a/externals/grill/py/pd/thread-1.pd +++ b/externals/grill/py/pd/thread-1.pd @@ -1,10 +1,8 @@ -#N canvas 440 61 588 400 12;
+#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 16 14 py/pyext - Python script objects \, (C)2002 Thomas Grill
-;
#X text 14 44 This demonstrates threading. See the threads.py file.
;
#X obj 140 216 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 1
@@ -27,21 +25,23 @@ #X text 384 106 you can even stop it;
#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;
+#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;
|