Conforming to LADISH Level 1, an application should save its state in response to SIGUSr1 signal. That's what Qtractor >= 0.4.4 does. Try this:
kill -USR1 `pidof qtractor`
this should do the same as if you would have asked for File/Save from the main menu. Qtractor should NOT exit (provided you're running 0.4.4 or later).
Conforming to LADISH Level 1, an application should save its state in response to SIGUSr1 signal. That's what Qtractor >= 0.4.4 does. Try this:
kill -USR1 `pidof qtractor`
this should do the same as if you would have asked for File/Save from the main menu. Qtractor should NOT exit (provided you're running 0.4.4 or later).
Byee