aboutsummaryrefslogtreecommitdiff
path: root/f+-help.pd
blob: 01e472d014920c6542bde63a99a7516978757f04 (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
64
65
66
67
68
69
#N canvas 84 86 653 478 10;
#X text 11 427 (C) 2006 Joćo 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 361 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 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 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 msg 25 145 3;
#X msg 55 145 20;
#X text 87 145 Change the current number;
#X text 22 330 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 text 143 175 Change the next number (standard is 0);
#X obj 25 381 f+;
#N canvas 504 106 494 344 META 0;
#X text 12 55 AUTHOR Joćo Pais <jmmmpais@googlemail.com>;
#X text 12 95 LICENSE BSD;
#X text 12 75 LIBRARY jmmmp;
#X text 13 115 WEBSITE http://puredata.info/Members/jmmmp;
#X text 12 135 VERSION 2006;
#X text 12 5 DESCRIPTION Counter with variable increment;
#X text 12 35 KEYWORDS counter;
#X text 14 165 INLET_0 - Bang / Float set;
#X text 14 185 INLET_1 - Bang reset / Float (next count);
#X text 14 205 INLET_2 - Set increment;
#X text 14 225 OUTLET_0 - Float;
#X restore 592 446 pd META;
#X text 419 148 - Bang / Float set;
#X connect 3 0 24 0;
#X connect 3 0 25 0;
#X connect 4 0 24 0;
#X connect 4 0 25 0;
#X connect 5 0 35 0;
#X connect 10 0 26 0;
#X connect 12 0 26 1;
#X connect 13 0 26 1;
#X connect 15 0 26 2;
#X connect 16 0 26 2;
#X connect 24 0 8 0;
#X connect 25 0 7 0;
#X connect 26 0 11 0;
#X connect 27 0 26 0;
#X connect 28 0 26 0;
#X connect 32 0 26 1;
#X connect 35 0 6 0;