-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBPM-engine.pd
More file actions
106 lines (106 loc) · 3.02 KB
/
BPM-engine.pd
File metadata and controls
106 lines (106 loc) · 3.02 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
#N canvas 307 81 948 364 12;
#X floatatom 36 82 4 1 999 1 BPM \$0-engbpminit \$0-engbpm 8;
#X msg 168 247 tempo \$1 permin;
#X obj 180 75 tgl 15 0 \$0-engtog \$0-engtoginit empty 17 7 0 10 #fcfcfc #000000 #000000 0 1;
#X obj 168 296 metro 1 120 permin, f 19;
#X floatatom 91 82 3 1 16 1 Meter \$0-engmetinit \$0-engmet 8;
#X obj 794 243 mod;
#X obj 794 267 sel 0;
#X obj 794 193 i;
#X obj 794 218 + 1;
#X obj 36 105 bng 16 250 50 0 \$0-engres \$0-engresinit Reset 19 7 0 8 #fcfcfc #000000 #000000;
#X msg 315 247 tempo \$1 permin;
#X obj 315 296 metro 0.5 120 permin;
#X msg 469 246 tempo \$1 permin;
#X obj 469 295 metro 0.25 120 permin;
#X msg 630 247 tempo \$1 permin;
#X obj 630 296 metro 0.125 120 permin;
#X text 166 199 Qtr. notes;
#X text 313 199 8th notes;
#X text 466 199 16th notes;
#X text 627 199 32th notes;
#X obj 21 19 inlet;
#X obj 135 19 inlet;
#X text 65 18 BPM in;
#X text 179 18 Global Toggle;
#X obj 205 123 sel 1;
#X msg 812 145 -1;
#X obj 21 43 s \$0-engbpminit;
#X obj 168 222 r \$0-engbpm;
#X obj 315 222 r \$0-engbpm;
#X obj 469 222 r \$0-engbpm;
#X obj 630 222 r \$0-engbpm;
#X obj 826 243 r \$0-engmet;
#X obj 327 19 loadbang;
#X obj 327 43 f \$0;
#X obj 135 43 s \$0-engtoginit;
#X obj 178 272 r \$0-engtog;
#X obj 325 272 r \$0-engtog;
#X obj 479 271 r \$0-engtog;
#X obj 640 272 r \$0-engtog;
#X obj 218 321 s \$0-engqn;
#X obj 804 292 s \$0-eng1b;
#X obj 812 122 r \$0-engres;
#X obj 205 75 r \$0-engtog;
#X obj 205 147 s \$0-engresinit;
#X obj 205 99 == 0;
#X msg 21 247 tempo \$1 permin;
#X obj 21 296 metro 2 120 permin, f 19;
#X text 19 199 Half notes;
#X obj 21 222 r \$0-engbpm;
#X obj 31 272 r \$0-engtog;
#X obj 91 105 bng 16 250 50 0 \$0-eng1bdummy \$0-eng1b New\ bar 19 7 0 8 #ffffff #000000 #2f004d;
#X obj 21 321 outlet;
#X obj 168 321 outlet;
#X obj 315 321 outlet;
#X obj 469 320 outlet;
#X obj 630 321 outlet;
#X obj 794 321 outlet;
#X obj 794 169 r \$0-engqn;
#X msg 327 75 \; \$1-engbpminit 120 \; \$1-engmetinit 4 \; \$1-engtoginit 0 \;;
#X text 30 136 2;
#X text 59 136 4;
#X text 91 136 8;
#X text 119 136 16;
#X text 151 136 32;
#X text 183 136 1;
#X text 547 37 BPM engine generates bangs on different note values based on a global BPM and a given meter. Last updated 01.11.23, f 29;
#X connect 1 0 3 0;
#X connect 3 0 39 0;
#X connect 3 0 52 0;
#X connect 5 0 6 0;
#X connect 5 0 7 1;
#X connect 6 0 40 0;
#X connect 6 0 56 0;
#X connect 7 0 8 0;
#X connect 8 0 5 0;
#X connect 10 0 11 0;
#X connect 11 0 53 0;
#X connect 12 0 13 0;
#X connect 13 0 54 0;
#X connect 14 0 15 0;
#X connect 15 0 55 0;
#X connect 20 0 26 0;
#X connect 21 0 34 0;
#X connect 24 0 43 0;
#X connect 25 0 7 1;
#X connect 27 0 1 0;
#X connect 28 0 10 0;
#X connect 29 0 12 0;
#X connect 30 0 14 0;
#X connect 31 0 5 1;
#X connect 32 0 33 0;
#X connect 33 0 58 0;
#X connect 35 0 3 0;
#X connect 36 0 11 0;
#X connect 37 0 13 0;
#X connect 38 0 15 0;
#X connect 41 0 25 0;
#X connect 42 0 44 0;
#X connect 44 0 24 0;
#X connect 45 0 46 0;
#X connect 46 0 51 0;
#X connect 48 0 45 0;
#X connect 49 0 46 0;
#X connect 57 0 7 0;
#X coords 0 -1 1 1 165 80 2 30 75;