aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-07-14 11:24:42 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-07-14 11:24:42 +0000
commit29bd86b0fb824adbeec1e0962c034904b24fe70d (patch)
tree6cc4945c064baafe4567d779371dd8fa3842a270
parent20735f12c140e91faa23905886de3a57ba251f39 (diff)
five more objects, pending help files
svn path=/trunk/abstractions/senderfruit/; revision=10166
-rw-r--r--core/bb.pd8
-rw-r--r--core/gemkeycommand.pd6
-rw-r--r--core/gemkeynamedown.pd16
-rw-r--r--core/makedollarsym.pd12
-rw-r--r--core/setabng.pd26
5 files changed, 68 insertions, 0 deletions
diff --git a/core/bb.pd b/core/bb.pd
new file mode 100644
index 0000000..9e5fa39
--- /dev/null
+++ b/core/bb.pd
@@ -0,0 +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 coords 0 -1 1 1 17 17 1 10 10;
diff --git a/core/gemkeycommand.pd b/core/gemkeycommand.pd
new file mode 100644
index 0000000..aae2851
--- /dev/null
+++ b/core/gemkeycommand.pd
@@ -0,0 +1,6 @@
+#N canvas 633 31 178 175 10;
+#X obj 29 116 s \$2;
+#X obj 29 82 list append \$3;
+#X obj 29 47 gemkeynamedown \$1;
+#X connect 1 0 0 0;
+#X connect 2 0 1 0;
diff --git a/core/gemkeynamedown.pd b/core/gemkeynamedown.pd
new file mode 100644
index 0000000..458f8c2
--- /dev/null
+++ b/core/gemkeynamedown.pd
@@ -0,0 +1,16 @@
+#N canvas 626 383 191 186 10;
+#X obj 26 120 spigot;
+#X msg 83 89 1;
+#X msg 45 89 0;
+#X obj 26 64 sel 1 0;
+#X obj 83 64 sel \$1;
+#X obj 26 152 outlet;
+#X obj 26 17 gemkeyname;
+#X connect 0 0 5 0;
+#X connect 1 0 0 1;
+#X connect 2 0 0 1;
+#X connect 3 0 0 0;
+#X connect 3 1 2 0;
+#X connect 4 0 1 0;
+#X connect 6 0 3 0;
+#X connect 6 1 4 0;
diff --git a/core/makedollarsym.pd b/core/makedollarsym.pd
new file mode 100644
index 0000000..f15c75f
--- /dev/null
+++ b/core/makedollarsym.pd
@@ -0,0 +1,12 @@
+#N canvas 1171 630 142 155 10;
+#X obj 16 90 makefilename $%d;
+#X obj 16 12 inlet;
+#X obj 16 63 \$1;
+#X obj 16 39 t b;
+#X obj 77 12 inlet;
+#X obj 16 117 outlet;
+#X connect 0 0 5 0;
+#X connect 1 0 3 0;
+#X connect 2 0 0 0;
+#X connect 3 0 2 0;
+#X connect 4 0 2 1;
diff --git a/core/setabng.pd b/core/setabng.pd
new file mode 100644
index 0000000..c17585e
--- /dev/null
+++ b/core/setabng.pd
@@ -0,0 +1,26 @@
+#N canvas 1370 779 524 276 10;
+#X obj 44 35 inlet;
+#X obj 44 199 spigot;
+#X msg 44 154 1;
+#X msg 83 154 0;
+#X obj 44 107 t b b b;
+#X obj 95 107 t b;
+#X obj 44 70 route set;
+#X obj 44 233 outlet;
+#X obj 132 166 inlet;
+#X obj 131 142 outlet;
+#X text 142 33 [setabng]'s right xlets should be cross-connected to
+a [bng] object. Sending a [set( message to the left inlet of setabng
+will blink the [bng] without transmitting to setabng's left outlet.
+;
+#X connect 0 0 6 0;
+#X connect 1 0 7 0;
+#X connect 2 0 1 1;
+#X connect 3 0 1 1;
+#X connect 4 0 2 0;
+#X connect 4 1 9 0;
+#X connect 4 2 3 0;
+#X connect 5 0 9 0;
+#X connect 6 0 4 0;
+#X connect 6 1 5 0;
+#X connect 8 0 1 0;