From 76e9fc3a254f558b23e196176a651bdb28c32e07 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 31 Jul 2011 04:27:27 +0000 Subject: sorted out the examples and help files and got 'make install' working svn path=/trunk/externals/unauthorized/; revision=15176 --- examples/setosc.pd | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/setosc.pd (limited to 'examples/setosc.pd') diff --git a/examples/setosc.pd b/examples/setosc.pd new file mode 100644 index 0000000..6cb4ff0 --- /dev/null +++ b/examples/setosc.pd @@ -0,0 +1,21 @@ +#N canvas 242 244 450 300 10; +#X obj 191 209 osc~; +#X obj 140 247 *~; +#X obj 140 277 outlet~; +#X obj 83 112 inlet~; +#X floatatom 236 186 5 0 0; +#X msg 274 87 bang; +#X obj 335 64 r fbstep; +#X obj 145 55 r firstfreq; +#X obj 217 138 expr $f1 + $f2 * \$1; +#X obj 341 100 t b f; +#X connect 0 0 1 0; +#X connect 1 0 2 0; +#X connect 3 0 1 1; +#X connect 5 0 8 0; +#X connect 6 0 9 0; +#X connect 7 0 8 0; +#X connect 8 0 4 0; +#X connect 8 0 0 0; +#X connect 9 0 8 0; +#X connect 9 1 8 1; -- cgit v1.2.1