Update Ableton export builders and tests to handle new device properties (ReturnBranches, SendInfos)

This commit is contained in:
2026-07-14 08:29:34 +02:00
parent 2a61057fce
commit f17077b507
2 changed files with 10 additions and 0 deletions

View File

@@ -181,6 +181,8 @@ test('serializes every nested Live 10 Simpler as an identified list member', asy
assert.ok(simplerTags.length > 0);
assert.ok(simplerTags.every((tag) => /\sId="\d+"/.test(tag)));
assert.doesNotMatch(xml, /<ReturnBranch\s/);
assert.doesNotMatch(xml, /<AudioBranchSendInfo\s/);
} finally {
await server.close();
}