aboutsummaryrefslogtreecommitdiff
path: root/clip.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-02-08 21:49:17 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 14:40:10 +0200
commitcab3d620aa85e157a9ad8aa6697243fad7a04afb (patch)
tree4c2477bce5d35044fa2ab5df3ef8ebf8b22628e7 /clip.pd
parenteb23d182721b9cee66f9013bea54e32e64f51e13 (diff)
cloned the core object [clip], but written in Pd
svn path=/trunk/abstractions/purepd/; revision=4572
Diffstat (limited to 'clip.pd')
-rw-r--r--clip.pd25
1 files changed, 25 insertions, 0 deletions
diff --git a/clip.pd b/clip.pd
new file mode 100644
index 0000000..484098b
--- /dev/null
+++ b/clip.pd
@@ -0,0 +1,25 @@
+#N canvas 193 125 504 359 10;
+#X obj 24 13 inlet;
+#X obj 204 10 inlet;
+#X obj 358 14 inlet;
+#X text 177 10 min;
+#X text 329 13 max;
+#X obj 24 306 outlet;
+#X obj 25 257 min;
+#X obj 25 226 max;
+#X obj 358 156 float_argument \$2;
+#X obj 299 75 loadbang;
+#X obj 24 85 unpack float float float;
+#X obj 203 156 float_argument \$1;
+#X connect 0 0 10 0;
+#X connect 1 0 11 0;
+#X connect 2 0 8 0;
+#X connect 6 0 5 0;
+#X connect 7 0 6 0;
+#X connect 8 0 6 1;
+#X connect 9 0 11 0;
+#X connect 9 0 8 0;
+#X connect 10 0 7 0;
+#X connect 10 1 11 0;
+#X connect 10 2 8 0;
+#X connect 11 0 7 1;