aboutsummaryrefslogtreecommitdiff
path: root/abstractions/smooth.pd
diff options
context:
space:
mode:
Diffstat (limited to 'abstractions/smooth.pd')
-rwxr-xr-xabstractions/smooth.pd27
1 files changed, 27 insertions, 0 deletions
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;