From 61982032ea7eee2c3864add894b2199b639dd225 Mon Sep 17 00:00:00 2001 From: musil Date: Fri, 1 Apr 2005 17:37:22 +0000 Subject: initial checkin (release 1.15) this time as binary (instead of text) svn path=/trunk/externals/iemlib/; revision=2665 --- iemabs/prepend.pd | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 iemabs/prepend.pd (limited to 'iemabs/prepend.pd') diff --git a/iemabs/prepend.pd b/iemabs/prepend.pd new file mode 100644 index 0000000..0478785 --- /dev/null +++ b/iemabs/prepend.pd @@ -0,0 +1,24 @@ +#N canvas 233 225 704 461 10; +#X obj 53 113 inlet; +#X obj 300 110 inlet; +#X obj 53 349 outlet; +#X text 14 399 (c) musil@iem.kug.ac.at; +#X text 56 412 IEM KUG; +#X text 35 61 hot inlet; +#X text 297 60 cold inlet; +#X text 35 76 tail of output-message; +#X text 296 73 head of output-message; +#X text 204 328 head of output-message; +#X text 209 317 initials-arguments:; +#X text 119 14 merge the head-message in front of the tail-message +; +#X text 31 424 graz \, austria 2003; +#X obj 53 322 iem_prepend_kernel; +#X obj 53 147 pre_inlet 1 0; +#X obj 300 143 pre_inlet 1 1; +#X text 17 15 prepend; +#X connect 0 0 14 0; +#X connect 1 0 15 0; +#X connect 13 0 2 0; +#X connect 14 0 13 0; +#X connect 15 0 13 0; -- cgit v1.2.1