annotate examples/puredata/simple-test.pd @ 151:38c00d1d5396

removed references to GPL from README
author Jamie Bullock <jamie@jamiebullock.com>
date Wed, 09 Jan 2013 23:18:25 +0000
parents 1cbbe5b5e461
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;