aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2009-03-28 19:38:16 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2009-03-28 19:38:16 +0000
commit15d2178c621d825e56b3001b56a90f336fee792d (patch)
tree228ea23d0f0a328de40db8e6d4317550d13bab58
parent8083144fbaca0a3511ed7706e81244ca4382859a (diff)
added inlets to bb and keycommand
svn path=/trunk/abstractions/sfruit/; revision=10922
-rw-r--r--sfruit/bb.pd8
-rw-r--r--sfruit/keycommand.pd2
2 files changed, 6 insertions, 4 deletions
diff --git a/sfruit/bb.pd b/sfruit/bb.pd
index 9e5fa39..79584d1 100644
--- a/sfruit/bb.pd
+++ b/sfruit/bb.pd
@@ -1,8 +1,8 @@
#N canvas 984 292 179 107 10;
-#X obj 11 11 bng 15 250 50 0 \$1 \$0null empty 17 7 0 10 -262144 -1
--1;
#X obj 11 36 s \$1;
#X obj 41 10 inlet;
-#X connect 0 0 1 0;
-#X connect 2 0 1 0;
+#X obj 11 11 bng 15 250 50 0 \$0.null.s \$0.null.r empty 17 7 0 10
+-262144 -1 -1;
+#X connect 1 0 0 0;
+#X connect 2 0 0 0;
#X coords 0 -1 1 1 17 17 1 10 10;
diff --git a/sfruit/keycommand.pd b/sfruit/keycommand.pd
index b0b0cef..760b604 100644
--- a/sfruit/keycommand.pd
+++ b/sfruit/keycommand.pd
@@ -8,6 +8,7 @@
#X obj 227 98 list trim;
#X obj 29 58 spigot 1;
#X obj 83 58 r ENABLE_KEYCOMMANDS?;
+#X obj 136 28 inlet;
#X connect 0 0 7 0;
#X connect 2 0 1 0;
#X connect 3 0 5 0;
@@ -15,3 +16,4 @@
#X connect 6 0 4 0;
#X connect 7 0 2 0;
#X connect 8 0 7 1;
+#X connect 9 0 7 1;