aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/pd/methods-2.pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-07-20 08:11:18 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-07-20 08:11:18 +0000
commit9ac7977b87ef9b5bd1c6036b91dcce5a5e1c4ea1 (patch)
treeb764c096d11a177c344c3726e94526abb58805eb /externals/grill/py/pd/methods-2.pd
parent9ae1dd455b7c2eb695aff6663d32608c32ceea92 (diff)
corrected Python object propagation (attribute "py") and adjusted help files
better exception handling and error message much better detach method handling (one thread for all object instances) better definition of output values (atoms, lists, anythings) svn path=/trunk/; revision=3364
Diffstat (limited to 'externals/grill/py/pd/methods-2.pd')
-rw-r--r--externals/grill/py/pd/methods-2.pd10
1 files changed, 6 insertions, 4 deletions
diff --git a/externals/grill/py/pd/methods-2.pd b/externals/grill/py/pd/methods-2.pd
index b10e183c..0d0dd685 100644
--- a/externals/grill/py/pd/methods-2.pd
+++ b/externals/grill/py/pd/methods-2.pd
@@ -1,4 +1,4 @@
-#N canvas 540 469 734 339 12;
+#N canvas 540 469 738 343 12;
#X obj 16 13 cnv 15 650 40 empty empty py/pyext 10 22 0 24 -260818
-1 0;
#X text 235 16 Python script objects \, (C)2003-2005 Thomas Grill;
@@ -8,12 +8,12 @@
#X text 21 73 Py can act on Python objects in a object-oriented manner
;
#X obj 25 252 pym 2 *;
-#X obj 213 169 t b f;
+#X obj 213 183 t b f;
#X text 105 251 repeat text;
#X text 215 117 multiply it!;
#X symbolatom 25 283 80 0 0 0 - - -;
#X obj 214 139 nbx 5 14 1 100 0 1 empty empty empty 0 -6 0 10 -262131
--1 -1 34 256;
+-1 -1 16 256;
#N canvas 0 0 458 308 init 0;
#X obj 61 116 s \$0-t;
#X obj 64 44 loadbang;
@@ -21,8 +21,10 @@
#X connect 1 0 2 0;
#X connect 2 0 0 0;
#X restore 606 127 pd init;
+#X obj 213 159 int;
#X connect 3 0 6 1;
#X connect 6 0 10 0;
#X connect 7 0 6 0;
#X connect 7 1 6 2;
-#X connect 11 0 7 0;
+#X connect 11 0 13 0;
+#X connect 13 0 7 0;