diff options
Diffstat (limited to 'pd/doc/7.stuff/audio-playpen/2_sampler.pd')
-rw-r--r-- | pd/doc/7.stuff/audio-playpen/2_sampler.pd | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/pd/doc/7.stuff/audio-playpen/2_sampler.pd b/pd/doc/7.stuff/audio-playpen/2_sampler.pd new file mode 100644 index 00000000..327e4116 --- /dev/null +++ b/pd/doc/7.stuff/audio-playpen/2_sampler.pd @@ -0,0 +1,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; |