aboutsummaryrefslogtreecommitdiff
path: root/examples/puredata/simple-example.pd
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-09-03 14:31:58 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-09-03 14:31:58 +0000
commitf8eed0713059b5c4e8e56ba98b8a33fe2a472d84 (patch)
tree3d77ea00cb55394fce82811fad29aaa258bdf776 /examples/puredata/simple-example.pd
parentff80e419ed5ce6291eefa90dc01b22939d15b0d0 (diff)
downloadLibXtract-f8eed0713059b5c4e8e56ba98b8a33fe2a472d84.tar.gz
LibXtract-f8eed0713059b5c4e8e56ba98b8a33fe2a472d84.tar.bz2
LibXtract-f8eed0713059b5c4e8e56ba98b8a33fe2a472d84.zip
Checked ANSI C89 compliance (basically a few ifndefs for the C99 math functions: powf, roundf etc). Added a few PD examples/tests.
Diffstat (limited to 'examples/puredata/simple-example.pd')
-rw-r--r--examples/puredata/simple-example.pd8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/puredata/simple-example.pd b/examples/puredata/simple-example.pd
new file mode 100644
index 0000000..510fb2f
--- /dev/null
+++ b/examples/puredata/simple-example.pd
@@ -0,0 +1,8 @@
+#N canvas 0 0 450 300 10;
+#X obj 144 80 xtract~ spectrum;
+#X obj 154 26 osc~ 440;
+#X obj 145 129 xtract~ spectral_mean;
+#X floatatom 146 184 5 0 0 0 - - -;
+#X connect 0 0 2 0;
+#X connect 1 0 0 0;
+#X connect 2 0 3 0;