aboutsummaryrefslogtreecommitdiff
path: root/msg_queue.pd
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:14:06 +0200
committerIOhannes m zmölnig <zmoelnig@iem.at>2015-10-14 15:14:06 +0200
commit90c6018a9401e38859f733b3521c919e042322b7 (patch)
treeb4a6bd88d73feafa8fa55e6fe7c5fcd7df2cab72 /msg_queue.pd
parent2daa10b2676f8befd3aaa54e70155459f9b6d79b (diff)
moved abstractions into abstractions/
Diffstat (limited to 'msg_queue.pd')
-rw-r--r--msg_queue.pd18
1 files changed, 0 insertions, 18 deletions
diff --git a/msg_queue.pd b/msg_queue.pd
deleted file mode 100644
index 899c9ad..0000000
--- a/msg_queue.pd
+++ /dev/null
@@ -1,18 +0,0 @@
-#N canvas 418 284 367 172 10;
-#X obj 18 9 inlet dump;
-#X obj 44 29 inlet add;
-#X obj 18 72 fifop;
-#X obj 18 31 b;
-#X text 21 149 (c) Tim Blechmann 2005 \, $Id: msg_queue.pd 221 2005-12-17 18:31:17Z tim $;
-#X obj 18 91 t b a;
-#X obj 48 129 outlet;
-#X obj 44 48 prepend list;
-#X obj 48 110 list trim;
-#X connect 0 0 3 0;
-#X connect 1 0 7 0;
-#X connect 2 0 5 0;
-#X connect 3 0 2 0;
-#X connect 5 0 2 0;
-#X connect 5 1 8 0;
-#X connect 7 0 2 0;
-#X connect 8 0 6 0;