From f8eed0713059b5c4e8e56ba98b8a33fe2a472d84 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 3 Sep 2007 14:31:58 +0000 Subject: Checked ANSI C89 compliance (basically a few ifndefs for the C99 math functions: powf, roundf etc). Added a few PD examples/tests. --- examples/puredata/simple-example.pd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/puredata/simple-example.pd (limited to 'examples/puredata/simple-example.pd') 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; -- cgit v1.2.3