annotate examples/puredata/simple-test.pd @ 103:1cbbe5b5e461

- Added some previously uncommitted Pd testing examples - Improved python bindings. Now we can do vector features as well as scalar from Python
author Jamie Bullock <jamie@postlude.co.uk>
date Fri, 21 Dec 2007 11:05:20 +0000
parents
children 246c203cc733
rev   line source
jamie@103 1 #N canvas 642 248 670 289 10;
jamie@103 2 #X obj 192 63 osc~ 440;
jamie@103 3 #X floatatom 194 187 10 0 0 0 - - -;
jamie@103 4 #X obj 194 150 xtract~ spectral_mean;
jamie@103 5 #X obj 193 94 *~ 0.3;
jamie@103 6 #X text 337 121 Optional second argument gives blocksize;
jamie@103 7 #X obj 193 121 xtract~ spectrum 64;
jamie@103 8 #X connect 0 0 3 0;
jamie@103 9 #X connect 2 0 1 0;
jamie@103 10 #X connect 3 0 5 0;
jamie@103 11 #X connect 5 0 2 0;