TooB Spectum Analyzer

This commit is contained in:
Robin Davies
2022-02-04 07:06:09 -05:00
parent caa2aa1312
commit 5c5bf29d48
14 changed files with 584 additions and 86 deletions
+1 -1
View File
@@ -658,7 +658,7 @@ void Lv2Effect::WriteAtom(json_writer &writer, LV2_Atom*pAtom)
);
} else if (pAtom->type == uris.atom_String)
{
const char *p = (const char*) (((char*) pAtom) + sizeof(LV2_Atom_String));
const char *p = (((const char*) pAtom) + sizeof(LV2_Atom_String));
writer.write(
p
);