I haven&#39;t tried your code, but this part is problematic:<br><br>2010/11/25 victor <span dir="ltr">&lt;<a href="mailto:delvauxbernard@yahoo.fr">delvauxbernard@yahoo.fr</a>&gt;</span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

                g_object_set (src, &quot;connect&quot;, src_client, NULL);<br></blockquote><div> <br>The value of the &quot;connect&quot; property should not be a pointer to a jack_client, but rather one of:<br>                           (0): none             - Don&#39;t automatically connect ports to physical ports<br>
                           (1): auto             - Automatically connect ports to physical ports<br>                           (2): auto-forced      - Automatically connect ports to as many physical ports as possible<br><br>
It just changes how your jack client&#39;s ports will be connected to physical ports. The jack plugins creates their own clients so you don&#39;t need to create your own.<br><br></div></div>-- <br>Tristan Matthews<br>email: <a href="mailto:tristan@sat.qc.ca">tristan@sat.qc.ca</a><br>
web: <a href="http://tristanswork.blogspot.com">http://tristanswork.blogspot.com</a><br>