diff options
author | Tim Blechmann <timblech@users.sourceforge.net> | 2004-08-02 21:13:50 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 15:11:56 +0200 |
commit | 78431322cc77b9654fa4a2e2b1b42a9310cb9141 (patch) | |
tree | baabc265e33cb6a62a200d227b0983b52b3ed882 /sc4pd/pd | |
parent | 1bf32780fe1281eda6deb51f661f2f234a16fd1f (diff) |
lag
svn path=/trunk/externals/tb/; revision=1905
Diffstat (limited to 'sc4pd/pd')
-rw-r--r-- | sc4pd/pd/lag.pd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sc4pd/pd/lag.pd b/sc4pd/pd/lag.pd new file mode 100644 index 0000000..206a07b --- /dev/null +++ b/sc4pd/pd/lag.pd @@ -0,0 +1,17 @@ +#N canvas 0 0 450 300 10; +#X obj 159 205 dac~; +#X obj 239 198 print~; +#X obj 244 171 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1 +-1; +#X obj 257 82 hsl 128 15 1e-04 1 1 0 empty empty empty -2 -6 0 8 -262144 +-1 -1 0 0; +#X msg 254 102 lagTime \$1; +#X obj 155 61 WhiteNoise~; +#X obj 156 130 Lag~ 0.0004; +#X connect 2 0 1 0; +#X connect 3 0 4 0; +#X connect 4 0 6 0; +#X connect 5 0 6 0; +#X connect 6 0 0 0; +#X connect 6 0 0 1; +#X connect 6 0 1 0; |