aboutsummaryrefslogtreecommitdiffstats
path: root/src/urids.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/urids.h')
-rw-r--r--src/urids.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/urids.h b/src/urids.h
index 4dcbe20..7ac1a45 100644
--- a/src/urids.h
+++ b/src/urids.h
@@ -5,16 +5,20 @@
#define JALV_URIDS_H
#include "attributes.h"
+#include "mapper.h"
-#include "lv2/urid/urid.h"
+#include <lv2/urid/urid.h>
+// Cached LV2 URIDs
JALV_BEGIN_DECLS
typedef struct {
+ LV2_URID atom_Chunk;
LV2_URID atom_Float;
LV2_URID atom_Int;
LV2_URID atom_Object;
LV2_URID atom_Path;
+ LV2_URID atom_Sequence;
LV2_URID atom_String;
LV2_URID atom_eventTransfer;
LV2_URID bufsz_maxBlockLength;
@@ -43,6 +47,9 @@ typedef struct {
LV2_URID ui_updateRate;
} JalvURIDs;
+void
+jalv_init_urids(JalvMapper* mapper, JalvURIDs* urids);
+
JALV_END_DECLS
#endif // JALV_URIDS_H