From fd16467f39d490d4096923a41b5929f4b0a78fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pais?= Date: Tue, 4 Sep 2012 09:35:01 +0000 Subject: svn path=/trunk/abstractions/jmmmp/; revision=16187 --- f+.pd | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'f+.pd') 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; -- cgit v1.2.1