<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>hi,
<BR> &nbsp;&nbsp;What I have been doing to organize my message into their correct order is using pack and unpack. &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;&nbsp;/
<BR> &nbsp;&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></HTML>