[Linuxsampler-devel] [PATCH] Update support for LV2 state extension (formerly "persist")

2011-11-11 Thread David Robillard
Hello, The LV2 persist extension implemented in my previous patch (and LS SVN) turned out to need a bit of future proofing. Attached is a patch to support its replacement, "LV2 State", http://lv2plug.in/ns/ext/state Tested working with latest ardour3 svn. A new Ardour 3 beta supporting this (an

Re: [Linuxsampler-devel] Improving the portability of LS LV2 using projects

2011-11-11 Thread David Robillard
On Tue, 2011-10-18 at 18:55 +0100, Dan MacDonald wrote: > Hi LS devs! > > I'm sure some of you already know me off the LAU/LAD lists as I've > been the main tester of MIDI in Ardour 3 and I've FINALLY got round to > concentrating on using LS under A3! Aren't you lucky? :D > > I'm addressing the l

Re: [Linuxsampler-devel] [PATCH] Fix crash when restoring LV2 plugin in Ardour

2011-11-11 Thread David Robillard
On Fri, 2011-10-21 at 13:51 +0200, Christian Schoenebeck wrote: > On Thursday 20 October 2011 13:25:48 Dan MacDonald wrote: > > Hi Dave! > > > > On Wed, Oct 19, 2011 at 11:22 PM, David Robillard wrote: > > > Hello, > > > > > > Attached is a patch that fixes a NULL pointer dereference problem tha