aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Blechmann <timblech@users.sourceforge.net>2005-12-10 20:49:15 +0000
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:11:51 +0200
commit204a6c8b77098934385660529958209a06676fa2 (patch)
tree1061ebc65d062cec5509e116d2cfc412e9a697a1
parenta71a2788520aaf1569d4d2eec045a308f8c28e7f (diff)
adding sender abstraction
svn path=/trunk/abstractions/tb/; revision=4183
-rw-r--r--sender-help.pd10
-rw-r--r--sender.pd13
2 files changed, 23 insertions, 0 deletions
diff --git a/sender-help.pd b/sender-help.pd
new file mode 100644
index 0000000..1d74252
--- /dev/null
+++ b/sender-help.pd
@@ -0,0 +1,10 @@
+#N canvas 640 296 387 142 10;
+#X obj 29 68 sender;
+#X obj 154 16 r sendname;
+#X floatatom 154 39 5 0 0 0 - - -;
+#X msg 29 15 sendname 1;
+#X msg 29 41 sendname 2;
+#X text 23 92 $Id: sender-help.pd 212 2005-12-10 21:49:22Z tim $;
+#X connect 1 0 2 0;
+#X connect 3 0 0 0;
+#X connect 4 0 0 0;
diff --git a/sender.pd b/sender.pd
new file mode 100644
index 0000000..0b16a9c
--- /dev/null
+++ b/sender.pd
@@ -0,0 +1,13 @@
+#N canvas 0 0 378 221 10;
+#X obj 30 59 zl slice 1;
+#X obj 30 98 buddy 2;
+#X obj 30 149 forward;
+#X obj 74 117 prepend send;
+#X obj 30 18 inlet;
+#X text 31 170 $Id: sender.pd 212 2005-12-10 21:49:22Z tim $;
+#X connect 0 0 1 1;
+#X connect 0 1 1 0;
+#X connect 1 0 2 0;
+#X connect 1 1 3 0;
+#X connect 3 0 2 0;
+#X connect 4 0 0 0;