Mercurial > hg > beaglert
comparison examples/08-PureData/tableScrubbing/_main.pd @ 464:8fcfbfb32aa0 prerelease
Examples reorder with subdirectories. Added header to each project. Moved Doxygen to bottom of render.cpp.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Mon, 20 Jun 2016 16:20:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
463:c47709e8b5c9 | 464:8fcfbfb32aa0 |
---|---|
1 #N canvas 503 319 861 473 10; | |
2 #N canvas 0 22 450 278 (subpatch) 0; | |
3 #X array exampleTable 65238 float 2; | |
4 #X coords 0 1 65238 -1 200 140 1 0 0; | |
5 #X restore 21 213 graph; | |
6 #X obj 243 329 adc~ 1 2 3; | |
7 #X obj 300 426 dac~; | |
8 #X text 317 264 <<< delete this object before compiling!; | |
9 #X obj 300 392 tabread4~ exampleTable; | |
10 #X msg 243 218 read -resize rt.wav exampleTable; | |
11 #X obj 300 350 lop~ 1; | |
12 #X obj 300 371 *~ 65238; | |
13 #X obj 243 266 soundfiler; | |
14 #X text 489 229 right-click array -> properties -> toggle "save contents" | |
15 ; | |
16 #X text 463 216 <<< after loading a file:; | |
17 #X text 17 23 Load sample into table and scrub using analog input; | |
18 #X text 17 33 ===================================================; | |
19 #X text 362 351 <<< avoid zipper noise; | |
20 #X text 362 371 <<< length of sample; | |
21 #X text 317 328 <<< analog input 0 (range 0-1); | |
22 #X text 631 419 ---------------------------------; | |
23 #X text 631 409 @krighxz / BELA / heavy / 12/2015; | |
24 #X text 655 428 beaglert.cc / enzienaudio.com; | |
25 #X text 30 61 N.B. the patch cannot be bigger than 512kb in size \; | |
26 only use this for *very small soundfiles*; | |
27 #X text 29 99 You can modify the render.cpp file to load samples into | |
28 tables using the Heavy API: https://enzienaudio.com/docs/c.html#api-hv-table | |
29 ; | |
30 #X connect 1 2 6 0; | |
31 #X connect 4 0 2 0; | |
32 #X connect 4 0 2 1; | |
33 #X connect 5 0 8 0; | |
34 #X connect 6 0 7 0; | |
35 #X connect 7 0 4 0; |