one or both of the following must or would have to be implemented:
1. start run, track of the main child process of the editor being run and trap its termination (could be done with QProcess);
2. track the audio file being edited externally and watch for fstat's mtime changing in the background (could be done in a watchdog thread or in the main-forms slow-timer slot...);
hi,
one or both of the following must or would have to be implemented:
1. start run, track of the main child process of the editor being run and trap its termination (could be done with QProcess);
2. track the audio file being edited externally and watch for fstat's mtime changing in the background (could be done in a watchdog thread or in the main-forms slow-timer slot...);
as always patches or PR's are welcome :)
cheers