On 08/13/2011 09:12 PM, Paul Davis wrote:
On Sat, Aug 13, 2011 at 3:09 PM, rosea grammostola
<rosea.grammostola(a)gmail.com> wrote:
Ok, so the problem is that JackSession starts and
stops the 'wrapped' JACK
app, but doesn't save the state of it (and doesn't give you a warning).
its not a problem. if the app is going to get state saved/restored,
then it has to participate in some kind of "exchange" with something
else. that participation is called "JACK Session" and the something
else is the session manager (via the jack server). adding a *new*
method to get the state saved/restored would be ... uh ... pointless.
Ok not ideal
maybe, but you can save the wrapped apps (with state) by
hand (press save in wrapped app), right?
the whole point of js_wrap is to handle apps that have no state, and
thus there is minimal motivation to add JACK Session support to them.