aboutsummaryrefslogtreecommitdiff
path: root/switcher.pd
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-11-19 23:59:56 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:50 +0200
commit057c7afaf898b043245f0972d4f0ca5251afb781 (patch)
tree03ca901775106df84fe3d8c5410a6b3483763e95 /switcher.pd
parent17183cc3fbcb83724b82a5bfccb8351dda5ca27e (diff)
initial checking of some basic abstractions
svn path=/trunk/abstractions/tb/; revision=3982
Diffstat (limited to 'switcher.pd')
-rw-r--r--switcher.pd14
1 files changed, 14 insertions, 0 deletions
diff --git a/switcher.pd b/switcher.pd
new file mode 100644
index 0000000..04c2b46
--- /dev/null
+++ b/switcher.pd
@@ -0,0 +1,14 @@
+#N canvas 567 330 438 173 10;
+#X obj 36 15 inlet switch;
+#X obj 36 79 outlet factor;
+#X obj 66 118 outlet switch~;
+#X obj 36 60 t f f;
+#X text 220 18 \$1: switch delay;
+#X obj 36 38 change;
+#X obj 66 99 pre_switch \$1;
+#X text 42 155 $Id: switcher.pd 193 2005-11-20 00:58:51Z tim $;
+#X connect 0 0 5 0;
+#X connect 3 0 1 0;
+#X connect 3 1 6 0;
+#X connect 5 0 3 0;
+#X connect 6 0 2 0;