|
From: Andreas P. <and...@br...> - 2012-03-08 19:50:50
|
On 2012-03-06 08:18, Andreas Persson wrote: > On 2012-03-06 06:51, David Robillard wrote: >> On Sun, 2012-03-04 at 14:04 -0500, Edward Diehl wrote: >>> State restore works for gig, SF2 but not SFZ, which I think is a known >>> problem. >> >> Yes, this is because SFZ contains paths which need to be mapped. >> Unfortunately this means LinuxSampler is going to have to rewrite the >> SFZ file on save, but this is the only way to get properly >> archivable/portable sessions. > > It's also because there's a bug in LinuxSampler causing crashes as > pEngine pointer sometimes is null when the instrument loader thread > loads sfz or sf2 files. You fixed this for gig files with a simple > patch, but I'm working on a more thread safe fix for all engines. Done. I've just committed it. /Andreas |