-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsampleSelector.pd
53 lines (53 loc) · 1.37 KB
/
sampleSelector.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
47
48
49
50
51
52
53
#N canvas 227 135 748 662 12;
#X msg 337 164 seed \$1;
#X obj 383 133 t f b;
#X msg 405 160 clear;
#X obj 309 236 bng 19 250 50 0 empty empty empty 0 -10 0 12 #fcfcfc #000000 #000000;
#X obj 559 156 until;
#X msg 559 180 1;
#X obj 569 218 +;
#X floatatom 569 242 5 0 0 0 - - - 0;
#X msg 607 215 0;
#X obj 569 265 t b f;
#X floatatom 604 292 5 0 0 0 - - - 0;
#X obj 623 19 r numsamples;
#X obj 512 57 r numsamples;
#X obj 584 124 t f b f;
#X obj 120 253 s numsamples;
#X msg 117 221 1000;
#X floatatom 206 444 5 0 0 0 - - - 0;
#X obj 395 365 vurnilla;
#X obj 611 58 t f f;
#X obj 550 22 inlet;
#X obj 206 420 tabread \$1-sample_selector;
#X obj 402 450 tabwrite \$1-sample_selector;
#X obj 399 484 array define \$1-sample_selector;
#X obj 613 85 array size \$1-sample_selector;
#X floatatom 204 383 5 0 0 0 - - - 0;
#X obj 383 77 r \$1-randomSeed;
#X text 194 484 5.13741e+07;
#X connect 0 0 17 0;
#X connect 1 0 0 0;
#X connect 1 1 2 0;
#X connect 2 0 17 0;
#X connect 3 0 17 0;
#X connect 4 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 7 0;
#X connect 7 0 6 1;
#X connect 7 0 9 0;
#X connect 8 0 7 0;
#X connect 9 0 17 0;
#X connect 9 1 10 0;
#X connect 10 0 21 1;
#X connect 13 0 4 0;
#X connect 13 1 8 0;
#X connect 13 2 17 1;
#X connect 15 0 14 0;
#X connect 17 0 21 0;
#X connect 18 0 13 0;
#X connect 18 1 23 0;
#X connect 19 0 18 0;
#X connect 20 0 16 0;
#X connect 24 0 20 0;
#X connect 25 0 1 0;