aboutsummaryrefslogtreecommitdiffstats
path: root/src/urids.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-16 13:16:39 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 19:02:31 -0500
commit7e886fda55c827a7d1bcb2082f0dbd48f7887cfa (patch)
tree323e508254be4df4322d5668d917b0018a91ee1e /src/urids.h
parentae75e363101a249d4da94ab4ca525d32a325a030 (diff)
downloadjalv-7e886fda55c827a7d1bcb2082f0dbd48f7887cfa.tar.gz
jalv-7e886fda55c827a7d1bcb2082f0dbd48f7887cfa.tar.bz2
jalv-7e886fda55c827a7d1bcb2082f0dbd48f7887cfa.zip
Add cached URIDs for atom:Chunk and atom:Sequence
Diffstat (limited to 'src/urids.h')
-rw-r--r--src/urids.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/urids.h b/src/urids.h
index bf8d7ad..ee00d66 100644
--- a/src/urids.h
+++ b/src/urids.h
@@ -12,10 +12,12 @@
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;