aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/7.stuff/audio-playpen/5_delay.pd
blob: 63006b8def4507bedd43a202659baf56c8a3dd77 (plain)
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
#N canvas 34 147 523 368 10;
#X floatatom 58 216;
#X obj 7 235 qgain;
#X floatatom 150 176;
#X floatatom 146 151;
#X floatatom 151 33;
#X floatatom 148 220;
#X floatatom 234 99;
#X floatatom 235 75;
#X obj 84 123 qsample ---------------;
#X msg 111 93 record;
#X msg 156 93 play;
#X text 279 49 transpose;
#X floatatom 234 51;
#X text 279 73 start;
#X text 280 97 length;
#X obj 23 272 dac~;
#X obj 97 239 qgain;
#X text 261 220 TO USE ME:;
#X text 279 236 turn DSP on (ctrl + "/");
#X text 279 248 read the sample;
#X text 280 261 turn loudness to 80 (say);
#X text 280 273 hit "play" button.;
#X obj 81 93 adc~;
#X obj 153 60 metro 50;
#X floatatom 203 29;
#X obj 96 199 qdelay;
#X text 47 188 direct;
#X text 49 201 gain;
#X text 179 220 delay gain;
#X text 173 152 delay time;
#X text 177 176 recirculation (0-100);
#X text 255 294 the direct signal comes out;
#X text 255 304 channel 1 and the delays out;
#X text 255 315 channel 2;
#X msg 257 135 read;
#X connect 0 0 1 1;
#X connect 1 0 15 0;
#X connect 2 0 25 2;
#X connect 3 0 25 1;
#X connect 4 0 23 0;
#X connect 5 0 16 1;
#X connect 6 0 8 5;
#X connect 7 0 8 4;
#X connect 8 0 1 0;
#X connect 8 0 25 0;
#X connect 9 0 8 1;
#X connect 10 0 8 2;
#X connect 12 0 8 3;
#X connect 16 0 15 1;
#X connect 22 0 8 0;
#X connect 23 0 10 0;
#X connect 24 0 23 1;
#X connect 25 0 16 0;
#X connect 34 0 8 6;