-
Notifications
You must be signed in to change notification settings - Fork 7
/
randseq-help.pd
46 lines (46 loc) · 1.38 KB
/
randseq-help.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 1128 219 399 450 12;
#X obj 40 95 tempo 120 0.25;
#X obj 40 70 tgl 15 0 empty empty Start 17 7 0 12 #fcfcfc #000000 #000000
0 1;
#X obj 40 316 quant 0 3 5 7 9;
#X floatatom 40 344 5 0 0 0 - - - 0;
#X obj 56 154 bng 15 250 50 0 empty empty Gen 17 7 0 10 #fcfcfc #000000
#000000;
#X obj 160 187 bng 15 250 50 0 empty empty Resend 17 7 0 10 #fcfcfc
#000000 #000000;
#X text 11 11 Generate a random sequence of numbers;
#X floatatom 76 184 5 0 100 2 Steps - - 0;
#X floatatom 118 185 5 0 100000 2 Rand\ Max - - 0;
#X floatatom 99 150 5 0 0 2 Base - - 0;
#X floatatom 141 152 5 0 0 2 Expand\ (+-1.0) - - 0;
#X obj 40 399 out~ 0.5;
#X obj 40 369 synth~, f 11;
#X obj 56 124 sel 1;
#X obj 56 211 randseq 8 36 12;
#X text 12 49 Outputs a list;
#X text 12 29 Ranging from the base up to bass plus the rand max;
#X obj 73 236 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000
#000000;
#X floatatom 84 345 5 0 0 0 - - - 0;
#X obj 73 259 randseq 8 60 60;
#X obj 40 287 cycle 1 90;
#X connect 0 0 20 0;
#X connect 1 0 0 0;
#X connect 1 0 13 0;
#X connect 2 0 3 0;
#X connect 3 0 12 0;
#X connect 4 0 14 0;
#X connect 5 0 14 5;
#X connect 7 0 14 1;
#X connect 8 0 14 3;
#X connect 9 0 14 2;
#X connect 10 0 14 4;
#X connect 12 0 11 0;
#X connect 12 0 11 1;
#X connect 13 0 4 0;
#X connect 14 0 20 1;
#X connect 17 0 19 0;
#X connect 18 0 12 1;
#X connect 19 0 20 2;
#X connect 20 0 2 0;
#X connect 20 1 18 0;