aboutsummaryrefslogtreecommitdiff
path: root/f+.pd
diff options
context:
space:
mode:
authorJoão Pais <jmmmp@users.sourceforge.net>2012-09-04 09:35:01 +0000
committerJoão Pais <jmmmp@users.sourceforge.net>2012-09-04 09:35:01 +0000
commitfd16467f39d490d4096923a41b5929f4b0a78fd9 (patch)
treeef183e223c927b60dee8501d078e75cc481392f0 /f+.pd
parent9ef9d1636b93601ae54ae647160d55865e3bb2ed (diff)
svn path=/trunk/abstractions/jmmmp/; revision=16187
Diffstat (limited to 'f+.pd')
-rw-r--r--f+.pd29
1 files changed, 14 insertions, 15 deletions
diff --git a/f+.pd b/f+.pd
index 1e1b955..60c7dba 100644
--- a/f+.pd
+++ b/f+.pd
@@ -1,4 +1,4 @@
-#N canvas 627 164 505 304 10;
+#N canvas 134 80 505 304 10;
#X obj 15 82 inlet;
#X obj 15 222 outlet;
#X obj 34 102 inlet;
@@ -6,8 +6,6 @@
#X obj 15 182 f \$1;
#X obj 45 182 +;
#X obj 98 122 expr if($f1 == 0 \, 1 \, $f1);
-#X text 12 247 (C) 2006 João Pais - jmmmpais@googlemail.com
-;
#N canvas 0 0 426 446 license 0;
#X text 8 47 All rights reserved.;
#X text 8 227 The names of its contributors may not be used to endorse
@@ -32,14 +30,12 @@ copyright notice \, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the distribution.
;
#X text 8 27 jmmmpais@googlemail.com;
-#X text 8 7 Copyright 2006 \, Joã Pais;
-#X restore 15 265 pd license;
+#X text 8 7 Copyright 2006 \, João Pais;
+#X restore 15 275 pd license;
#X text 11 10 [f+] - Counter with variable increment;
#X text 279 38 Arguments;
-#X text 279 78 - Increment;
#X text 279 108 Inlets;
#X text 279 128 - Bang / Float set;
-#X text 278 58 - Initial number;
#X text 279 168 - Set increment;
#X text 279 198 Outlets;
#X text 279 218 - Float;
@@ -48,15 +44,18 @@ in the documentation and/or other materials provided with the distribution.
#X text 279 148 - Bang reset / Float (next count);
#X obj 98 102 init \$2;
#X obj 15 202 t f f;
+#X text 12 257 (C) 2006-2012 João Pais - jmmmpais@googlemail.com;
+#X text 278 58 - Initial number (default 0);
+#X text 279 78 - Increment (default 1);
#X connect 0 0 4 0;
-#X connect 2 0 19 0;
+#X connect 2 0 16 0;
#X connect 3 0 5 1;
-#X connect 4 0 22 0;
+#X connect 4 0 19 0;
#X connect 5 0 4 1;
#X connect 6 0 5 1;
-#X connect 18 0 4 1;
-#X connect 19 0 18 0;
-#X connect 19 1 18 0;
-#X connect 21 0 6 0;
-#X connect 22 0 1 0;
-#X connect 22 1 5 0;
+#X connect 15 0 4 1;
+#X connect 16 0 15 0;
+#X connect 16 1 15 0;
+#X connect 18 0 6 0;
+#X connect 19 0 1 0;
+#X connect 19 1 5 0;