<div dir="ltr">Hi Daniel,<div><br></div><div>Saw your earlier message about this and meant to get back to you- Ive never seen this before, but I suspect its the Jack library printing out all of this, which is somewhat poor form. I think the way OS X audio works is that it loads every possible audio driver when you ask about available audio I/O endpoints, which then gives Jack the opportunity to print out all of this. </div><div><br></div><div>Depending on if these messages go to stdout or stderr you could suppress them by redirecting those with 1&gt; /dev/null or 2&gt; /dev/null at the end of your chuck command. This is not great though because if the Jack messages go to stderr you wouldn&#39;t get any of the normal internal logging messages from ChucK, or compile/run-time errors. You could still print from ChucK code using chout or cherr depending on which one of these you suppress. </div><div><br></div><div>Or maybe Jack has a way to configure it to be less verbose. </div><div><br></div><div>spencer</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 20, 2015 at 11:52 AM, Daniel Chapiro <span dir="ltr">&lt;<a href="mailto:dchapiro@gmail.com" target="_blank">dchapiro@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi - I hope someone has run into this before. After I installed Jack (to use with Faust, not with Chuck), each time that Chuck runs, it issues a bunch of error messages. If Jack is running, the list of errors is several pages long. If Jack is not running, I get:<div><div><br></div><blockquote style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:40px;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:none;border-width:initial;border-color:initial;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><div>JAR: Blacklisted client Xquartz</div><div>JAR: Blacklisted client Terminal</div><div>JAR: Blacklisted client loginwindow</div><div>JAR: Blacklisted client Xcode</div><div>JAR: Blacklisted client SystemUIServer</div><div>Cannot connect to server socket err = No such file or directory</div><div>Cannot connect to server request channel</div><div>jack server is not running or cannot be started</div><div>JAR: jack server not running or rejected client</div><div><br></div></blockquote>In either case ChucK seems to run OK. Is this a bug, or is there something that I can do to avoid these messages?</div><div><br></div><div>Thanks!</div><span class="HOEnZb"><font color="#888888"><div>Daniel</div></font></span></div><br>_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" rel="noreferrer" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div style="font-family:arial;font-size:small"><div>Spencer Salazar<br></div><div>Doctoral Candidate</div><div>Center for Computer Research in Music and Acoustics</div><div>Stanford University</div><div><br></div><div><a href="mailto:spencer@ccrma.stanford.edu" target="_blank">spencer@ccrma.stanford.edu</a></div><div></div><div>+1 831.277.4654<br></div><div><a href="https://ccrma.stanford.edu/~spencer/" style="color:rgb(17,85,204)" target="_blank">https://ccrma.stanford.edu/~spencer/</a><br></div><div><br></div></div></div></div></div></div></div></div></div></div>
</div>