diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-11-10 22:15:07 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:53:22 +0200 |
commit | ff6b00b82c7f3f1a1efae7ba00894604aa70a60d (patch) | |
tree | 16835feaeacf7f33da08e964fe72eb24d09f2657 /help/deny-help.pd | |
parent | 7fc71ea46f7424a15cf39d0be2b9525fa6d5a1f0 (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/deny-help.pd')
-rw-r--r-- | help/deny-help.pd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/help/deny-help.pd b/help/deny-help.pd new file mode 100644 index 0000000..9ca4a29 --- /dev/null +++ b/help/deny-help.pd @@ -0,0 +1,20 @@ +#N canvas 358 305 556 310 12;
+#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 deny 17 cat dog 23;
+#X text 32 18 deny :: blocks 'denyed' floats or symbols;
+#X connect 1 0 6 0;
+#X connect 2 0 6 0;
+#X connect 3 0 6 0;
+#X connect 6 0 9 0;
+#X connect 7 0 9 0;
+#X connect 8 0 4 0;
+#X connect 8 1 5 0;
+#X connect 9 0 8 0;
|