<div class="gmail_quote"><div>Hey, Tom!</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
if I run<br>
<br>
%> chuck-jack <a href="http://test.ck:0" target="_blank">test.ck:0</a><br>
<br>
a midi in port appears in qjackctl.<br>
<br></blockquote><div><br></div><div>Great! Then MIDI -as such- works.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
if I run<br>
<br>
%> chuck-jack <a href="http://test.ck:0" target="_blank">test.ck:0</a> <a href="http://test.ck:0" target="_blank">test.ck:0</a><br>
<br></blockquote><div><br></div><div>That one will open port 0 twice. This should mean that ChucK will open it once, then have two internal shreds that both listen to the same port. I think this should help;</div><div><br>
</div><div>%> chuck-jack <a href="http://test.ck:0/" target="_blank">test.ck:0</a> <a href="http://test.ck:0/" target="_blank">test.ck:</a>1</div><div><br></div><div>That should make ChucK open two ports, one for each shred. The first shred gets port 0, then second gets port 1 That is, of course, assuming nothing is horribly wrong in ChucK or in Linux.</div>
<div><br></div><div>How far does that get you?</div><div>Kas.</div></div>