diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-07-31 04:27:27 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:23:30 +0200 |
commit | 76e9fc3a254f558b23e196176a651bdb28c32e07 (patch) | |
tree | 633fb8ea3e4bdf6936ac934a4a8af42734066695 /examples/setosc.pd | |
parent | 12eb493f82763ad6c9497c18a0bb8af131eb5e0a (diff) |
sorted out the examples and help files and got 'make install' working
svn path=/trunk/externals/unauthorized/; revision=15176
Diffstat (limited to 'examples/setosc.pd')
-rw-r--r-- | examples/setosc.pd | 21 |
1 files changed, 21 insertions, 0 deletions
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; |