<html>
<body>
<br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>You could
probably skip the last unpack and pack and just have a message &gt;add $2
$3| since you only want the second and third components of the
list.<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Unless I'm
missing something here...<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>or....
have the two inlets go into a pack, and then into a lister (from... zexy,
I think. it works like a float object) and bang that lister when you need
the info sent.<br><br>
<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</x-tab>Might
clean things up a bit...<br><br>
David<br><br>
At 12:32 13/07/2003, Pixelcorrection@wmconnect.com wrote:<br>
<blockquote type=cite class=cite cite><font face="arial" size=2>hi, 
<br>
&nbsp; What I have been doing to organize my message into their correct
order is using pack and unpack.&nbsp;&nbsp;&nbsp; <br><br>
[bang] [inlet] [inlet] <br>
\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / <br>
&nbsp;\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
1&nbsp;&nbsp;&nbsp;&nbsp; / <br>
[pack 0 0 0] <br>
1 <br>
1 <br>
[unpack 0 0 0] <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; / <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp;&nbsp;&nbsp;&nbsp; / <br>
[pack 0 0] <br>
1 <br>
{add $1 $2} <br><br>
Pack puts the message in the order you want and the bang lets you send it
at the right time.&nbsp; The unpack drops the bang message out, the
second pack puts it back in order and the add formats the message for
your sequencer object.&nbsp;&nbsp; This method is helping me to generate
csound scores.&nbsp; By the way is there anyone out there working on a
Windows version of the Csound external?&nbsp; Is anyone using it on
linux, and has an experience they would like to share?&nbsp;&nbsp;
</font><font face="arial"> </blockquote>
<x-sigsep><p></x-sigsep>
.<br>
. David McCallum<br>
.&nbsp; Music wants to be free<br>
.
<a href="http://mentalfloss.ca/sintheta" eudora="autourl">http://mentalfloss.ca/sintheta<br>
</a>.</font></body>
</html>