hello<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
But as far as I can tell, [list] doesn&#39;t do any conversion at its outlet--<br>
everything it outputs will have the selector &quot;list&quot;, and it&#39;s up to other<br>
objects like [route] to do any conversion they deem necessary.<br>
<br>
For example, take the bug with sigbinops:<br>
<br>
    [put anything you want in this message box(<br>
    |<br>
    [list]<br>
    |<br>
[+~ ]<br>
<br>
error: inlet: expected &#39;signal&#39; but got &#39;list&#39;<br>
</blockquote><br></div><br><br>[1, 1 2, a, a b, a 2 b (<br>|<br>[list ]<br>|<br>[print ]<br><br>gives the following (0.42-5):<br><br>######<br>print: 1<br>print: 1 2<br>print: symbol a<br>print: list a b<br>print: list a 2 b<br>
######<br clear="all"><br>so [list ] does some kind of conversion. what i don&#39;t understand is why there is no selector printed in the first two messages, where only numbers are present.<br><br>anyways, you should provide [+~ ] operator with an argument if you want it to expect messsages instead of a signal (check help patch) :-)<br>
<br><br>ciao<br><br>-- <br>ypatios<br>