aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/7.stuff/audio-playpen/qdelay.pd
blob: c22edc3ad2b3150ef0ccca36428d4cf2e2039d25 (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
#N canvas 94 85 429 238 10;
#X floatatom 252 62;
#X obj 252 153 line~;
#X obj 252 134 pack 0 100;
#X obj 232 180 *~;
#X obj 252 44 inlet;
#X obj 106 52 inlet;
#X obj 26 78 inlet~;
#X floatatom 106 70;
#X obj 22 176 outlet~;
#X text 20 61 audio in;
#X text 22 193 audio out;
#X text 220 11 recirculation;
#X text 92 23 delay time;
#X obj 106 88 delread~ qdelay1;
#X obj 120 210 delwrite~ qdelay1 2000;
#X obj 252 116 * 0.01;
#X text 228 27 (0-100);
#X text 100 35 (msec);
#X obj 252 80 max 0;
#X obj 252 98 min 100;
#X connect 0 0 18 0;
#X connect 1 0 3 1;
#X connect 2 0 1 0;
#X connect 3 0 14 0;
#X connect 4 0 0 0;
#X connect 5 0 7 0;
#X connect 6 0 14 0;
#X connect 7 0 13 0;
#X connect 13 0 3 0;
#X connect 13 0 8 0;
#X connect 15 0 2 0;
#X connect 18 0 19 0;
#X connect 19 0 15 0;