aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/7.stuff/audio-playpen/2_sampler.pd
blob: 327e4116a0271447f6356fad53f49bcf91ddc291 (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
#N canvas 8 0 476 273 10;
#X floatatom 108 154;
#X floatatom 282 62;
#X floatatom 244 62;
#X obj 81 127 qsample ---------------;
#X msg 113 60 record;
#X msg 158 60 play;
#X text 184 42 transpose;
#X floatatom 197 60;
#X text 242 47 start;
#X text 280 48 length;
#X obj 81 203 dac~;
#X obj 81 176 qgain;
#X text 139 155 loudnesss;
#X text 225 151 TO USE ME:;
#X text 243 167 turn DSP on (ctrl + "/");
#X text 244 192 turn loudness to 80 (say);
#X text 244 221 hit "play" button.;
#X obj 81 59 adc~;
#X msg 227 128 read;
#X text 242 179 read a sample;
#X text 244 207 set length to 2000;
#X connect 0 0 11 1;
#X connect 1 0 3 5;
#X connect 2 0 3 4;
#X connect 3 0 11 0;
#X connect 4 0 3 1;
#X connect 5 0 3 2;
#X connect 7 0 3 3;
#X connect 11 0 10 0;
#X connect 11 0 10 1;
#X connect 17 0 3 0;
#X connect 18 0 3 6;