annotate examples/puredata/spectrum-512-test.pd @ 124:fc4bc58b92da

- fixed xtract_spread() -- now just calls xtract_spectral_variance()
author Jamie Bullock <jamie@postlude.co.uk>
date Thu, 31 Mar 2011 12:22:29 +0000
parents 1cbbe5b5e461
children
rev   line source
jamie@103 1 #N canvas 5 48 450 300 10;
jamie@103 2 #X obj 127 77 noise~;
jamie@103 3 #X obj 262 59 loadbang;
jamie@103 4 #X msg 262 86 list 86.1328;
jamie@103 5 #X obj 127 112 xtract~ spectrum 64;
jamie@103 6 #X connect 0 0 3 0;
jamie@103 7 #X connect 1 0 2 0;
jamie@103 8 #X connect 2 0 3 1;