From e667c861ce6c22a055c9afdf01d80247df18ae9b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 7 Feb 2015 15:39:56 +0100 Subject: LV2: Port to new urid map extension. Major cleanup. --- lv2/lv2_instance.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lv2/lv2_instance.h') diff --git a/lv2/lv2_instance.h b/lv2/lv2_instance.h index b4772f6..e050e22 100644 --- a/lv2/lv2_instance.h +++ b/lv2/lv2_instance.h @@ -29,7 +29,7 @@ #include #include -#include +#include #include "input_lv2.h" #include "output_lv2.h" @@ -42,8 +42,7 @@ typedef struct { DrumGizmo *dg; sample_t *buffer; size_t buffer_size; - LV2_URI_Map_Feature *urimap; - LV2_State_Make_Path *makepath; + LV2_URID_Map* map; } DGLV2; #endif/*__DRUMGIZMO_LV2_INSTANCE_H__*/ -- cgit v1.2.3