-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdataread.pd
executable file
·46 lines (46 loc) · 1.25 KB
/
dataread.pd
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
#N canvas 438 312 558 212 10;
#X obj 375 -12 loadbang;
#X msg 143 -14 bang;
#X obj 181 7 + 1;
#X obj 143 7 float;
#X obj 256 24 tabread bulerias-1;
#X obj 257 -18 tabread soleas-1;
#X msg 115 7 -1;
#X obj 181 28 select 12;
#X obj 257 2 s sol;
#X obj 256 43 s bul;
#X obj 142 -35 metro 200;
#X obj 142 -55 inlet;
#X text 220 -42 dataread from each table;
#X obj -30 -32 table bulerias-1;
#X obj -30 -8 table soleas-1;
#N canvas 446 128 462 496 read 0;
#X msg -73 -315 bang;
#X text 127 -316 read DATA from text to tables;
#X msg -49 -270 \; bulerias-1 read bulerias-1.txt cr \; bulerias-1
normalize 1 \;;
#X msg -72 -197 \; soleas-1 read soleas-1.txt cr \; soleas-1 normalize
1 \;;
#X text -64 -218 soleas-1 DATA;
#X text -45 -290 bulerias-1 DATA;
#X connect 0 0 2 0;
#X connect 0 0 3 0;
#X restore -30 -55 pd read data from text;
#X obj 260 74 tabread compas;
#X obj 258 97 s read_compas;
#X obj 175 -14 s sync_bang;
#X obj 191 -82 r set_tempo;
#X obj 190 -60 bpm2ooi;
#X connect 1 0 3 0;
#X connect 2 0 3 1;
#X connect 2 0 7 0;
#X connect 3 0 2 0;
#X connect 4 0 9 0;
#X connect 5 0 8 0;
#X connect 6 0 3 0;
#X connect 7 0 6 0;
#X connect 10 0 1 0;
#X connect 11 0 10 0;
#X connect 16 0 17 0;
#X connect 19 0 20 0;
#X connect 20 0 10 1;