diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/puredata/simple-test.pd	Fri Dec 21 11:05:20 2007 +0000
@@ -0,0 +1,11 @@
+#N canvas 642 248 670 289 10;
+#X obj 192 63 osc~ 440;
+#X floatatom 194 187 10 0 0 0 - - -;
+#X obj 194 150 xtract~ spectral_mean;
+#X obj 193 94 *~ 0.3;
+#X text 337 121 Optional second argument gives blocksize;
+#X obj 193 121 xtract~ spectrum 64;
+#X connect 0 0 3 0;
+#X connect 2 0 1 0;
+#X connect 3 0 5 0;
+#X connect 5 0 2 0;