aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-31 03:54:11 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-31 03:54:11 +0000
commit64d57eae96b65b3d618d8b3e8d68111da80f283a (patch)
tree886f24cf54d210509fa85ebd8c5dfbd3864a9bdb /externals/grill/py/pd
parent6c94eab605e5ec018654541bf2bf410b7db17788 (diff)
fixed reference count bug
cleaner error reporting more optimizations added generic numpy support (not working) fixes for maxmsp svn path=/trunk/; revision=2655
Diffstat (limited to 'externals/grill/py/pd')
-rw-r--r--externals/grill/py/pd/script-1.pd4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/py/pd/script-1.pd b/externals/grill/py/pd/script-1.pd
index 27b63d43..328b096d 100644
--- a/externals/grill/py/pd/script-1.pd
+++ b/externals/grill/py/pd/script-1.pd
@@ -1,4 +1,4 @@
-#N canvas 297 17 692 534 12;
+#N canvas 297 17 696 538 12;
#X obj 39 278 print;
#X obj 345 251 print;
#X msg 499 149 freakhole;
@@ -38,6 +38,7 @@ file.;
#X msg 509 178 a b c;
#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;
#X connect 4 0 21 1;
@@ -60,3 +61,4 @@ file.;
#X connect 26 0 21 0;
#X connect 28 0 21 0;
#X connect 32 0 25 1;
+#X connect 35 0 23 0;