summaryrefslogtreecommitdiff
path: root/lv2/lv2_instance.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-02-07 15:39:56 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2015-02-07 15:39:56 +0100
commite667c861ce6c22a055c9afdf01d80247df18ae9b (patch)
treee5a73720db4fea42d0788513bc7cd23ae7208c9b /lv2/lv2_instance.h
parent25fbccf770d4e68950311a434c810af3a98f127f (diff)
LV2: Port to new urid map extension. Major cleanup.
Diffstat (limited to 'lv2/lv2_instance.h')
-rw-r--r--lv2/lv2_instance.h5
1 files changed, 2 insertions, 3 deletions
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 <lv2/lv2plug.in/ns/lv2core/lv2.h>
#include <lv2/lv2plug.in/ns/ext/state/state.h>
-#include <lv2/lv2plug.in/ns/ext/uri-map/uri-map.h>
+#include <lv2/lv2plug.in/ns/ext/urid/urid.h>
#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__*/