From 90c6018a9401e38859f733b3521c919e042322b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 14 Oct 2015 15:14:06 +0200 Subject: moved abstractions into abstractions/ --- abstractions/pre_switch.pd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 abstractions/pre_switch.pd (limited to 'abstractions/pre_switch.pd') diff --git a/abstractions/pre_switch.pd b/abstractions/pre_switch.pd new file mode 100644 index 0000000..50193de --- /dev/null +++ b/abstractions/pre_switch.pd @@ -0,0 +1,28 @@ +#N canvas 0 0 450 300 10; +#X obj 36 116 t b b; +#X obj 105 193 0; +#X obj 66 137 zl reg stop; +#X obj 36 192 1; +#X obj 36 91 sel 1 0; +#X obj 105 170 delay \$1; +#X obj 36 39 inlet switch; +#X obj 36 231 outlet switch~; +#X text 38 17 \$1: switch delay; +#X obj 36 69 change; +#X obj 197 38 inlet delay; +#X obj 197 59 moses 0; +#X obj 197 79 assert; +#X text 35 265 (c) Tim Blechmann 2005 \, $Id: pre_switch.pd 221 2005-12-17 18:31:17Z tim $; +#X connect 0 0 3 0; +#X connect 0 1 2 0; +#X connect 1 0 7 0; +#X connect 2 0 5 0; +#X connect 3 0 7 0; +#X connect 4 0 0 0; +#X connect 4 1 5 0; +#X connect 5 0 1 0; +#X connect 6 0 9 0; +#X connect 9 0 4 0; +#X connect 10 0 11 0; +#X connect 11 0 12 0; +#X connect 11 1 5 1; -- cgit v1.2.1