-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTutorial5_notes.pd
More file actions
67 lines (67 loc) · 1.79 KB
/
Tutorial5_notes.pd
File metadata and controls
67 lines (67 loc) · 1.79 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
#N canvas 381 222 858 380 10;
#X obj 45 272 dac~;
#X obj 392 301 s notes;
#X floatatom 392 277 5 0 0 0 - - -;
#X obj 46 39 r notes;
#X floatatom 45 68 5 36 144 0 - - -;
#X msg 45 85 next \$1;
#X obj 199 153 s decay;
#X floatatom 199 128 5 0 0 0 - - -;
#X obj 46 154 clone synth.cl 64;
#N canvas 1040 315 697 518 many_notes 0;
#X obj 223 197 table notes;
#X msg 171 74 \; notes 0 60 67 62 68 70 58;
#X text 177 56 a 6 note sequence;
#X obj 27 198 tabread notes;
#X floatatom 26 179 5 0 0 0 - - -;
#X floatatom 27 217 5 0 0 0 - - -;
#X obj 32 26 inlet;
#X obj 32 45 metro 125;
#X obj 30 72 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X obj 30 101 i 0;
#X obj 38 121 + 1;
#X obj 38 140 % 6;
#X text 58 139 <-- 6 is length of sequence;
#X text 72 118 this setup is a simple counter;
#X obj 27 234 outlet;
#X connect 3 0 5 0;
#X connect 4 0 3 0;
#X connect 5 0 14 0;
#X connect 6 0 7 0;
#X connect 7 0 8 0;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
#X connect 9 0 4 0;
#X connect 10 0 11 0;
#X connect 11 0 9 1;
#X restore 392 248 pd many_notes;
#X obj 392 219 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X msg 510 175 \; notes 0 58 55 58 56 79 70;
#X msg 336 165 \; notes 0 60 62 63 65 63 62;
#X obj 360 38 metro 2000;
#X obj 365 10 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X obj 360 63 random 3;
#X obj 360 119 sel 0 1 2, f 77;
#X msg 666 144 \; notes 0 72 75 58 56 79 60;
#X floatatom 388 94 5 0 0 0 - - -;
#X obj 46 237 *~ 0.25;
#X connect 2 0 1 0;
#X connect 3 0 4 0;
#X connect 4 0 5 0;
#X connect 5 0 8 0;
#X connect 7 0 6 0;
#X connect 8 0 19 0;
#X connect 9 0 2 0;
#X connect 10 0 9 0;
#X connect 13 0 15 0;
#X connect 14 0 13 0;
#X connect 15 0 16 0;
#X connect 15 0 18 0;
#X connect 16 0 12 0;
#X connect 16 1 11 0;
#X connect 16 2 17 0;
#X connect 19 0 0 0;
#X connect 19 0 0 1;