From 75678841117b39b267fbe8680ce1c2bc0518fc3a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 20 Jul 2024 21:39:45 +0200 Subject: [PATCH] Fix LV2 Atom sequence alignment #9750 --- libs/ardour/lv2_evbuf.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/lv2_evbuf.cc b/libs/ardour/lv2_evbuf.cc index 816f383963..3d609d57e7 100644 --- a/libs/ardour/lv2_evbuf.cc +++ b/libs/ardour/lv2_evbuf.cc @@ -35,6 +35,7 @@ struct ARDOUR::LV2_Evbuf { uint32_t capacity; uint32_t atom_Chunk; uint32_t atom_Sequence; + uint32_t pad; // for 8byte alignment LV2_Atom_Sequence atom; };