|
From: Andreas P. <and...@br...> - 2012-02-25 18:24:50
|
On 2012-02-25 18:41, Edward Diehl wrote: > > I'm trying to get the linuxsampler plugin working with session state > restoration working with Ardour3. That is, if create an Ardour3 > session with the linuxsampler plugin loaded with some sample file > loaded, that this sample file be re-loaded when you restart the > Ardour3 session. As I understand it this is supposed to be working at > least for gig and sf2 files. Yes, it's supposed to work. There are some race condition bugs (#176 for example) that I'm currently trying to reproduce, but simple plugin state reloading from Ardour 3 works for me. > Someone on the Ardour list said I need to recompile with the latest > lilv code to make this work. So I did the following: > > o built the entire drobilla-lad SVN 3982 (this includes lilv) > o built libgig, linuxsampler, qsampler, lscp SVN 2314 > o built ardour3 SVN 11501 I did the same. > Loading LV2 state from > /mdkhome/sound/recording/ardour3/PianoLive/plugins/126/state1/state.ttl How do the contents of this file look like? You should see your instrument files being listed inside a state:state block. /Andreas |