hi, just updated from svn and stumbled over the following: /** An atom:Sequence. */ typedef struct { LV2_Atom atom; /**< Atom header. */ LV2_Atom_Literal_Body body; /**< Body. */ } LV2_Atom_Sequence; should be LV2_Atom_Sequence_Body instead of LV2_Atom_Literal_Body i guess? <sk>