I’d like to be able to seamlessly share ardour sessions with others but hitting a snag: MIDI tracks Fluid plugin’s soundfont file reference is absolute.
“/home/myusername/…/FluidR3_GM.sf2”
This means that when someone else opens the session I created, the SF2 file location will be broken. Is it possible to make that reference “$HOME/Desktop/FluidR3_GM.sf2” instead (or some such workaround)?
Unfortunately replacing the symlink with the entire file would mean putting a 148 MB file in every single session folder which would make the sessions too big for, say, email or github and is generally wasteful.
As for symlinks… yeah I don’t think they dynamically expand.
My temporary workaround is forcing sharees to use /home/FluidR3_GM.sf2 and making that the standard.