<div dir="ltr">Hi,<div><br></div><div>I wonder how you normally handle the situation when the</div><div>program exits abnormally (for instance if the user kills a client)</div><div>while freewheeling.</div><div><br></div><div>I'm not so interested in detecting this when it happens, but</div><div>I want to handle it somewhat gracefully when my program</div><div>is started again. I.e. I don't want the program not producing</div><div>any sound and not informing that something is wrong.</div><div><br></div><div>As far as I can see, there is no function to check whether</div><div>jack is currently freewheeling (or is there?). So are there any</div><div>potential problems just calling "jack_set_freewheel(g_jack_client, 1)"</div><div>during program startup? (i.e. whether we are freewheeling or not)</div><div><br></div></div>