|
From: Andreas P. <and...@br...> - 2012-08-16 17:06:41
|
On 2012-08-10 18:02, David Robillard wrote:
> On Fri, 2012-07-27 at 23:04 -0400, David Robillard wrote:
>> On Fri, 2012-07-20 at 16:46 +0200, Gabbe Nord wrote:
>>> Hello!
>>>
>>> I'm using the LV2-plugin for Linuxsampler alot with ardour (3,
>>> svn-version) and an issue i've been having for quite a while now is
>>> that it does not reload the sample-files it should correctly upon
>>> session startup.
>>> For example, the terminal displays this when loading a session:
>>>
>>> Scheduling
>>> '/home/zth/MUSIK/WhatProjekt/simpleBeat/plugins/401/state8/DecayBass.sfz' (Index=0) to be loaded in background (if not loaded yet).
>>> Loading sfz instrument
>>> ('/home/zth/MUSIK/WhatProjekt/simpleBeat/plugins/401/state8/DecayBass.sfz',0)...OK
>>> Caching initial samples...sfz::Engine error: Failed to load
>>> instrument,
>>> cause: /home/zth/MUSIK/WhatProjekt/simpleBeat/plugins/401/state8/DecayBass.wav: Can't get sample info: System error : No such file or directory.
> [...]
>> Long story short, SFZ (or any multi-file format) in LV2 doesn't work
>> across saves.
>
> Attached is a patch to resolve this issue.
Thank you! Patch is applied. Your "ifdef WIN32" also triggered me to
make the LV2 plugin buildable for Windows and Mac.
/Andreas
|