annotate projects/libpd/tableScrubbing/_main.pd @ 322:dde921ea256b Doxy prerelease

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