From 7f29f649dbaad75ce98de94e226202ea9cbbe9d2 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 18 Apr 2012 13:56:48 +0100 Subject: [PATCH] Make sure all LV2 headers are up-to-date --- src/carla-includes/lv2/lv2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/carla-includes/lv2/lv2.h b/src/carla-includes/lv2/lv2.h index 9249cd3..5848691 100644 --- a/src/carla-includes/lv2/lv2.h +++ b/src/carla-includes/lv2/lv2.h @@ -106,6 +106,7 @@ #define LV2_CORE__optionalFeature LV2_CORE_PREFIX "optionalFeature" #define LV2_CORE__port LV2_CORE_PREFIX "port" #define LV2_CORE__portProperty LV2_CORE_PREFIX "portProperty" +#define LV2_CORE__project LV2_CORE_PREFIX "project" #define LV2_CORE__reportsLatency LV2_CORE_PREFIX "reportsLatency" #define LV2_CORE__requiredFeature LV2_CORE_PREFIX "requiredFeature" #define LV2_CORE__sampleRate LV2_CORE_PREFIX "sampleRate"