aboutsummaryrefslogtreecommitdiff
path: root/f+.pd
diff options
context:
space:
mode:
Diffstat (limited to 'f+.pd')
-rw-r--r--f+.pd26
1 files changed, 14 insertions, 12 deletions
diff --git a/f+.pd b/f+.pd
index 60c7dba..0fcf725 100644
--- a/f+.pd
+++ b/f+.pd
@@ -1,11 +1,11 @@
-#N canvas 134 80 505 304 10;
-#X obj 15 82 inlet;
+#N canvas 457 189 505 304 10;
+#X obj 15 72 inlet;
#X obj 15 222 outlet;
-#X obj 34 102 inlet;
-#X obj 58 122 inlet;
+#X obj 34 92 inlet;
+#X obj 58 112 inlet;
#X obj 15 182 f \$1;
-#X obj 45 182 +;
-#X obj 98 122 expr if($f1 == 0 \, 1 \, $f1);
+#X obj 72 192 +;
+#X obj 108 152 expr if($f1 == 0 \, 1 \, $f1);
#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
@@ -40,22 +40,24 @@ in the documentation and/or other materials provided with the distribution.
#X text 279 198 Outlets;
#X text 279 218 - Float;
#X obj 34 162 \$1;
-#X obj 34 142 route bang;
+#X obj 34 132 route bang;
#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 obj 108 132 \$2;
+#X obj 108 112 initbang;
#X connect 0 0 4 0;
#X connect 2 0 16 0;
#X connect 3 0 5 1;
-#X connect 4 0 19 0;
+#X connect 4 0 18 0;
#X connect 5 0 4 1;
#X connect 6 0 5 1;
#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;
+#X connect 18 0 1 0;
+#X connect 18 1 5 0;
+#X connect 22 0 6 0;
+#X connect 23 0 22 0;