<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>While your correct that changing my approach to make use of pre-allocated players that are re-load-able would work</div><div>for fixing the verbose log problem, it is a rather large design philosophy change to make this late in the design.  The </div><div>OS X version I am porting from had the media handling "builtin" using a similar, pre-allocated object approach.  My </div><div>new design is a departure form the original approach since I wanted to make the most use of jack's inter-application</div><div>flexibility.  Since I am at the testing stage at this point, a lot of re-coding would be needed to go back to the old, </div><div>pre-allocated player approach.  And I am kind of attached to leaving my core mixer inputs open/disconnected when </div><div>not used my the automation algorithm, so they can be connected to sources by the user if they want.  For now, I'll </div><div>rotate log files.</div><div><br></div><div>Thanks,</div><div>Ethan...</div><div><br></div><div><br></div><div>On Sat, 2019-11-30 at 13:19 +0100, Fons Adriaensen wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>On Sun, Nov 24, 2019 at 03:51:04PM -0700, Ethan Funk wrote:</pre><pre>i</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>My application is endlessly forking new audio player processes that</pre><pre>connect back to a core mixer via jack, play when needed, then</pre><pre>disconnect when finished.  So the above log file is crammed full of</pre><pre>jack port connect and disconnect notices.  How do I make it stop? </pre></blockquote><pre><br></pre><pre>Not really answering you questions, but avoiding the problem</pre><pre>that triggers it: just use a fixed set of players and control</pre><pre>them (load, stop, start, locate,...) instead of creating a new</pre><pre>player for each file...</pre><pre><br></pre><pre>Ciao,</pre><pre><br></pre></blockquote></body></html>