True It would be useful if the user could decide if he wants the paths relative to a file or a directory. It would just have to add in general options: Session relative to [directory/file]. If it is relative to a file, you should just leave the session path blank. I don't know if Rui is going to be willing to do this. Actually, I also find file-relative paths more useful. Meanwhile... in the qtractorSession.cpp file. On line 64 change: sessionDir = QDir().absolutePath(); to: sessionDir = ""; I haven't tried it. But I'm going to. Then I'll tell you if it works. Reply
It would be useful if the user could decide if he wants the paths relative to a file or a directory.
It would just have to add in general options:
Session relative to [directory/file].
If it is relative to a file, you should just leave the session path blank.
I don't know if Rui is going to be willing to do this. Actually, I also find file-relative paths more useful.
Meanwhile... in the qtractorSession.cpp file.
On line 64 change:
sessionDir = QDir().absolutePath();
to:
sessionDir = "";
I haven't tried it. But I'm going to. Then I'll tell you if it works.