diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-09-09 08:45:18 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:57 +0200 |
commit | 8e34dec617b67c4b8d8928188d175f850d6a69c4 (patch) | |
tree | 8a991c190bba8ee387e33f99830cbc88bb3dd8b0 /sc4pd/pd | |
parent | 1a1d31d95b241dff59a11311b70be603742eeb32 (diff) |
lfdnoises and interpolating vector/scalar operations
svn path=/trunk/externals/tb/; revision=2021
Diffstat (limited to 'sc4pd/pd')
-rw-r--r-- | sc4pd/pd/lfdnoise0.pd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc4pd/pd/lfdnoise0.pd b/sc4pd/pd/lfdnoise0.pd new file mode 100644 index 0000000..138cd66 --- /dev/null +++ b/sc4pd/pd/lfdnoise0.pd @@ -0,0 +1,5 @@ +#N canvas 0 0 450 300 10; +#X obj 133 22 LFDNoise0~ 100; +#X obj 131 56 dac~; +#X connect 0 0 1 0; +#X connect 0 0 1 1; |