aboutsummaryrefslogtreecommitdiff
path: root/hello/hello-help.pd
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2009-02-14 20:34:47 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2009-02-14 20:34:47 +0000
commitc3764252f3c566cdd0f325eac2401378ab92775f (patch)
treeb6b0563c459d192c7b1910b8a591e0c481fbe2c0 /hello/hello-help.pd
parent4f69b08833151fab744e64a16ae8016a123fa929 (diff)
+ added hello/ : demonstrate use of autotools utilities for Pd externals
svn path=/trunk/externals/moocow/; revision=10768
Diffstat (limited to 'hello/hello-help.pd')
-rw-r--r--hello/hello-help.pd6
1 files changed, 6 insertions, 0 deletions
diff --git a/hello/hello-help.pd b/hello/hello-help.pd
new file mode 100644
index 0000000..f739083
--- /dev/null
+++ b/hello/hello-help.pd
@@ -0,0 +1,6 @@
+#N canvas 54 0 420 146 10;
+#X obj 37 80 hello;
+#X msg 37 47 bang;
+#X text 103 47 bang : print a greeting;
+#X text 31 7 hello : example external;
+#X connect 1 0 0 0;