diff options
Diffstat (limited to 'examples/puredata/simple-example.pd')
-rw-r--r-- | examples/puredata/simple-example.pd | 8 |
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; |