From 1fb424ead581b300e2ff9d2aba8e8e37bab294a6 Mon Sep 17 00:00:00 2001 From: Luke Iannini Date: Mon, 19 May 2008 09:10:23 +0000 Subject: added most missing helpfiles, deleted clearconsole since it's built in and cursormon since HCS already made it elsewhere svn path=/trunk/abstractions/senderfruit/; revision=9854 --- core/if.pd | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 core/if.pd (limited to 'core/if.pd') diff --git a/core/if.pd b/core/if.pd new file mode 100644 index 0000000..2ab54b1 --- /dev/null +++ b/core/if.pd @@ -0,0 +1,29 @@ +#N canvas 542 305 149 282 10; +#X obj 71 23 \$1 \$2; +#X obj 98 -41 inlet; +#X obj 24 -41 inlet; +#X obj 24 186 outlet; +#X obj 71 186 outlet; +#X obj 24 154 spigot; +#X obj 71 154 spigot; +#X obj 71 105 unpack; +#X obj 71 48 sel 0; +#X obj 24 -11 t a a; +#X obj 24 124 t a a; +#X msg 71 80 0 1; +#X msg 98 80 1 0; +#X connect 0 0 8 0; +#X connect 1 0 0 1; +#X connect 2 0 9 0; +#X connect 5 0 3 0; +#X connect 6 0 4 0; +#X connect 7 0 5 1; +#X connect 7 1 6 1; +#X connect 8 0 11 0; +#X connect 8 1 12 0; +#X connect 9 0 10 0; +#X connect 9 1 0 0; +#X connect 10 0 5 0; +#X connect 10 1 6 0; +#X connect 11 0 7 0; +#X connect 12 0 7 0; -- cgit v1.2.1