annotate examples/puredata/spectrum-512-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
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;