diff options
Diffstat (limited to 'lv2/lv2plug.in/ns')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/atom/atom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.h b/lv2/lv2plug.in/ns/ext/atom/atom.h index abb0eea..70f14f8 100644 --- a/lv2/lv2plug.in/ns/ext/atom/atom.h +++ b/lv2/lv2plug.in/ns/ext/atom/atom.h @@ -54,9 +54,9 @@ #define LV2_ATOM__URID LV2_ATOM_URI "#URID" #define LV2_ATOM__ValuePort LV2_ATOM_URI "#ValuePort" #define LV2_ATOM__Vector LV2_ATOM_URI "#Vector" -#define LV2_ATOM__childType LV2_ATOM_URI "#childType" #define LV2_ATOM__beatTime LV2_ATOM_URI "#beatTime" #define LV2_ATOM__bufferType LV2_ATOM_URI "#bufferType" +#define LV2_ATOM__childType LV2_ATOM_URI "#childType" #define LV2_ATOM__eventTransfer LV2_ATOM_URI "#eventTransfer" #define LV2_ATOM__frameTime LV2_ATOM_URI "#frameTime" #define LV2_ATOM__supports LV2_ATOM_URI "#supports" |