aboutsummaryrefslogtreecommitdiff
path: root/help/allow-help.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-11-10 22:15:07 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 13:53:22 +0200
commitff6b00b82c7f3f1a1efae7ba00894604aa70a60d (patch)
tree16835feaeacf7f33da08e964fe72eb24d09f2657 /help/allow-help.pd
parent7fc71ea46f7424a15cf39d0be2b9525fa6d5a1f0 (diff)
switched over the help files to the Pd standard name; removed the explicit helpfile declaration since its not needed and causes problems
svn path=/trunk/externals/maxlib/; revision=3878
Diffstat (limited to 'help/allow-help.pd')
-rw-r--r--help/allow-help.pd21
1 files changed, 21 insertions, 0 deletions
diff --git a/help/allow-help.pd b/help/allow-help.pd
new file mode 100644
index 0000000..084d52f
--- /dev/null
+++ b/help/allow-help.pd
@@ -0,0 +1,21 @@
+#N canvas 358 305 554 308 12;
+#X text 24 17 allow :: lets only 'allowed' floats or symbols through
+;
+#X text 97 34 written by Olaf Matthes <olaf.matthes@gmx.de>;
+#X msg 125 65 cat;
+#X msg 147 97 dog;
+#X msg 157 126 bird;
+#X floatatom 82 269 5 0 0 0 - - -;
+#X symbolatom 151 246 10 0 0 0 - - -;
+#X obj 114 156 symbol \$1;
+#X floatatom 40 81 5 0 0 0 - - -;
+#X obj 82 217 route float symbol;
+#X obj 82 189 allow 17 cat dog 23;
+#X connect 2 0 7 0;
+#X connect 3 0 7 0;
+#X connect 4 0 7 0;
+#X connect 7 0 10 0;
+#X connect 8 0 10 0;
+#X connect 9 0 5 0;
+#X connect 9 1 6 0;
+#X connect 10 0 9 0;