aboutsummaryrefslogtreecommitdiff
path: root/f+-help.pd
blob: 44ed36afe599a7eb5c45df7ce1741a40bb975c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#N canvas 84 86 649 489 10;
#X text 11 427 (C) 2006 Joao Miguel Pais - jmmmpais@googlemail.com
;
#X text 11 447 Released under the BSD License;
#X text 11 10 [f+] - Counter with variable increment;
#X msg 25 56 bang;
#X msg 65 56 10;
#X obj 25 341 metrum 1000 1;
#X floatatom 25 401 5 0 0 0 - - -;
#X floatatom 25 106 5 0 0 0 - - -;
#X floatatom 65 106 5 0 0 0 - - -;
#X text 113 86 These are the same;
#X msg 20 225 bang;
#X floatatom 75 276 5 0 0 0 - - -;
#X text 143 175 Change the next number;
#X msg 81 175 3;
#X msg 111 175 20;
#X text 181 225 Change the increment (standard is 1);
#X msg 141 225 0.432;
#X msg 111 225 2;
#X text 419 58 Arguments;
#X text 419 98 - Increment;
#X text 419 128 Inlets;
#X text 419 148 - Bang / Float set;
#X text 418 78 - Initial number;
#X text 419 188 - Set increment;
#X text 419 218 Outlets;
#X text 419 238 - Float;
#X obj 65 86 f+ 0 1;
#X obj 25 86 f+;
#X obj 75 256 f+;
#X obj 25 381 f+ 0 1;
#X floatatom 40 361 5 0 0 0 - - -;
#X floatatom 80 361 5 0 0 0 - - -;
#X floatatom 155 321 5 0 0 0 - - -;
#X msg 25 145 3;
#X msg 55 145 20;
#X text 87 145 Change the current number;
#X text 22 300 Together with Metrum makes a counter \, quick and easy
to use.;
#X text 419 168 - Bang reset / Float (next count);
#X msg 111 200 bang;
#X text 149 200 Reset f+ to the latest set number;
#X connect 3 0 26 0;
#X connect 3 0 27 0;
#X connect 4 0 26 0;
#X connect 4 0 27 0;
#X connect 5 0 29 0;
#X connect 10 0 28 0;
#X connect 13 0 28 1;
#X connect 14 0 28 1;
#X connect 16 0 28 2;
#X connect 17 0 28 2;
#X connect 26 0 8 0;
#X connect 27 0 7 0;
#X connect 28 0 11 0;
#X connect 29 0 6 0;
#X connect 30 0 29 1;
#X connect 31 0 29 2;
#X connect 32 0 5 1;
#X connect 33 0 28 0;
#X connect 34 0 28 0;
#X connect 38 0 28 1;