From 33789244c6dbe3611607e77fa98f0f0c72f354ee Mon Sep 17 00:00:00 2001 From: "B. Bogart" Date: Sat, 26 Nov 2005 22:21:07 +0000 Subject: Initial Commit of pixelTANGO 0.3.4 svn path=/trunk/abstractions/pixelTANGO/; revision=4049 --- abstractions/smooth.pd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 abstractions/smooth.pd (limited to 'abstractions/smooth.pd') diff --git a/abstractions/smooth.pd b/abstractions/smooth.pd new file mode 100755 index 0000000..c69ee88 --- /dev/null +++ b/abstractions/smooth.pd @@ -0,0 +1,27 @@ +#N canvas 447 234 696 300 12; +#X obj 38 63 sig~; +#X obj 39 141 snapshot~; +#X obj 151 68 loadbang; +#X obj 38 99 lop~ \$1; +#X obj 151 97 metro \$2; +#X obj 38 23 inlet; +#X obj 41 214 outlet; +#X obj 40 178 change; +#X text 258 66 arguments:; +#X text 258 85 \$1 ... smoothing (the higher \, the faster); +#X text 258 103 \$2 ... message output interval (in ms); +#X text 258 26 low-pass filters a message stream (by use of dsp); +#X obj 98 23 inlet; +#X obj 161 23 inlet; +#X text 401 263 Copyright Thomas Grill 2003; +#X msg 140 124 \; pd dsp 1; +#X connect 0 0 3 0; +#X connect 1 0 7 0; +#X connect 2 0 4 0; +#X connect 2 0 15 0; +#X connect 3 0 1 0; +#X connect 4 0 1 0; +#X connect 5 0 0 0; +#X connect 7 0 6 0; +#X connect 12 0 3 1; +#X connect 13 0 4 1; -- cgit v1.2.1