aboutsummaryrefslogtreecommitdiff
path: root/oneshot.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-07-23 02:40:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-07-23 02:40:12 +0000
commit30be576f74ce016a2943a99b7ab0e665b5cac4aa (patch)
tree7bb8db4c986a770cc9bf81674e9ca032c40fa2f3 /oneshot.pd
started collection of pd-ified versions of existing objectssvn2git-root
svn path=/trunk/externals/hcs/purepd/; revision=3368
Diffstat (limited to 'oneshot.pd')
-rw-r--r--oneshot.pd23
1 files changed, 23 insertions, 0 deletions
diff --git a/oneshot.pd b/oneshot.pd
new file mode 100644
index 0000000..e87e8ca
--- /dev/null
+++ b/oneshot.pd
@@ -0,0 +1,23 @@
+#N canvas 108 421 470 320 10;
+#X msg 228 125 1;
+#X obj 150 20 inlet;
+#X obj 259 256 outlet;
+#X text 10 7 [oneshot];
+#X text 309 255 bang;
+#X obj 228 99 t b b;
+#X msg 149 125 0;
+#X text 85 105 reset;
+#X obj 149 75 route clear;
+#X obj 149 102 bang;
+#X obj 259 206 select 0;
+#X obj 259 184 float 0;
+#X connect 0 0 11 1;
+#X connect 1 0 8 0;
+#X connect 5 0 0 0;
+#X connect 5 1 11 0;
+#X connect 6 0 11 1;
+#X connect 8 0 9 0;
+#X connect 8 1 5 0;
+#X connect 9 0 6 0;
+#X connect 10 0 2 0;
+#X connect 11 0 10 0;