Not sure what you mean by "relative to a file". The location of sessionDir must be a directory since that's the directory used to persist artifacts like .mid files, etc. Personally, I'd just like to have the ability to set it to something like session/ (the final slash isn't needed, I'm just adding it here for clarity). In other words, I've always been in favor of a project looking like...
That way, I could just scp or rsync /path/to/project anywhere for backup purposes. Restoring would be a breeze because I'd be able to copy it back to /path/somewhereelse/project and just run Qtractor against the .qtr file. That's what I've always tried to have happen.
Not sure what you mean by "relative to a file". The location of
sessionDir
must be a directory since that's the directory used to persist artifacts like .mid files, etc. Personally, I'd just like to have the ability to set it to something likesession/
(the final slash isn't needed, I'm just adding it here for clarity). In other words, I've always been in favor of a project looking like...That way, I could just scp or rsync
/path/to/project
anywhere for backup purposes. Restoring would be a breeze because I'd be able to copy it back to/path/somewhereelse/project
and just run Qtractor against the .qtr file. That's what I've always tried to have happen.