On Tuesday 17 January 2012 17:05:07 David Robillard wrote:
> Aaaaaaand yet another state patch :)
>
> This one properly conforms to the state extension by using/preferring
> features passed to the state methods if they are present. It does not
> break anything (i.e. the ones passed to instantiate will still be used
> as before).
Just commited. Thanks!
BTW, Markus Kropp just pointed out (on the LinuxSampler mailing list) that the
LV2 support code didn't compile with Debian "Squeeze". So I also commited the
attached patch for the LV2 header location. However the LV2 development files
in Debian "Squeeze" are quite old. Shouldn't we better always ship the latest
LV2 headers with the LinuxSampler source code instead?
CU
Christian
Index: src/hostplugins/lv2/lv2_state.h
===================================================================
--- src/hostplugins/lv2/lv2_state.h (revision 2303)
+++ src/hostplugins/lv2/lv2_state.h (working copy)
@@ -27,7 +27,7 @@
#include <stddef.h>
#include <stdint.h>
-#include "lv2/lv2plug.in/ns/lv2core/lv2.h"
+#include <lv2.h>
#ifdef __cplusplus
extern "C" {
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel