aboutsummaryrefslogtreecommitdiff
path: root/vfmod-help.pd
diff options
context:
space:
mode:
authorJonathan Wilkes <jancsika1@users.sourceforge.net>2011-11-06 01:25:48 +0000
committerJonathan Wilkes <jancsika1@users.sourceforge.net>2011-11-06 01:25:48 +0000
commit2e5402b354317ba36480d00de4f1aced6755b7cf (patch)
treec06c2428c7eee0cebb0285114770cce4d6fff9cd /vfmod-help.pd
parente1775060ebae110fd14dddee80f75e809d75fdac (diff)
Added META subpatch
svn path=/trunk/externals/smlib/; revision=15705
Diffstat (limited to 'vfmod-help.pd')
-rw-r--r--vfmod-help.pd47
1 files changed, 30 insertions, 17 deletions
diff --git a/vfmod-help.pd b/vfmod-help.pd
index fb7d7a9..c682c80 100644
--- a/vfmod-help.pd
+++ b/vfmod-help.pd
@@ -1,17 +1,30 @@
-#N canvas 163 334 442 175 10;
-#X text 364 147 j#|@2002;
-#X obj 386 127 SMLib-help;
-#X text 10 6 vfmod computes the modulo of each element in a vector
-;
-#X obj 15 127 print;
-#X floatatom 66 81 5 0 0;
-#X text 79 103 base;
-#X text 78 119 base zero becomes one;
-#X msg 15 33 0 0.5 1 1.5 2 2.5 3 3.5;
-#X msg 26 58 0 -0.5 -1 -1.5 -2 -2.5 -3 -3.5;
-#X obj 15 101 vfmod 2;
-#X text 78 134 default argument is 1;
-#X connect 4 0 9 1;
-#X connect 7 0 9 0;
-#X connect 8 0 9 0;
-#X connect 9 0 3 0;
+#N canvas 1 53 442 175 10;
+#X text 354 107 j#|@2002;
+#X obj 376 87 SMLib-help;
+#X text 10 6 vfmod computes the modulo of each element in a vector
+;
+#X obj 15 127 print;
+#X floatatom 66 81 5 0 0 0 - - -;
+#X text 79 103 base;
+#X text 78 119 base zero becomes one;
+#X msg 15 33 0 0.5 1 1.5 2 2.5 3 3.5;
+#X msg 26 58 0 -0.5 -1 -1.5 -2 -2.5 -3 -3.5;
+#X obj 15 101 vfmod 2;
+#X text 78 134 default argument is 1;
+#N canvas 178 183 494 344 META 0;
+#X text 12 145 HELP_PATCH_AUTHORS "pd meta" information added by Jonathan
+Wilkes for Pd version 0.42.;
+#X text 12 25 LICENSE GPL v2;
+#X text 12 125 AUTHOR Johannes Taelman (johannes.taelman@rug.ac.be)
+;
+#X text 12 5 KEYWORDS control list_op;
+#X text 12 65 INLET_0 list float;
+#X text 12 105 OUTLET_0 list float;
+#X text 12 45 DESCRIPTION compute the modulo of each element in a vector
+;
+#X text 12 85 INLET_1 float;
+#X restore 386 128 pd META;
+#X connect 4 0 9 1;
+#X connect 7 0 9 0;
+#X connect 8 0 9 0;
+#X connect 9 0 3 0;