aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/tutorial/pd/ex-adv1.pd
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2002-10-22 23:07:10 +0000
committerThomas Grill <xovo@users.sourceforge.net>2002-10-22 23:07:10 +0000
commitd62e56f4df9594f72ce501f5e19c974fd18e7295 (patch)
tree635d4af7a7c2425098e60ca277086ec436b617f7 /externals/grill/flext/tutorial/pd/ex-adv1.pd
parentc6f373c281ecb5cd1f4aa7a070e15cc61ab8793c (diff)
This commit was generated by cvs2svn to compensate for changes in r186,
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=187
Diffstat (limited to 'externals/grill/flext/tutorial/pd/ex-adv1.pd')
-rw-r--r--externals/grill/flext/tutorial/pd/ex-adv1.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/externals/grill/flext/tutorial/pd/ex-adv1.pd b/externals/grill/flext/tutorial/pd/ex-adv1.pd
new file mode 100644
index 00000000..7ff14d6e
--- /dev/null
+++ b/externals/grill/flext/tutorial/pd/ex-adv1.pd
@@ -0,0 +1,14 @@
+#N canvas 175 265 667 312 12;
+#X msg 35 31 or two words;
+#X msg 167 31 2 3;
+#X msg 47 252 one 2 3;
+#X obj 85 154 print result;
+#X obj 69 123 adv1 one;
+#X obj 47 224 prepend set;
+#X text 154 216 you can also use "prepend" if "adv1" has already been
+loaded!;
+#X connect 0 0 4 0;
+#X connect 1 0 4 0;
+#X connect 4 0 3 0;
+#X connect 4 0 5 0;
+#X connect 5 0 2 0;