orchetect / DAWFileKit

A Swift library for reading and writing common import/export file formats between popular DAW applications.
MIT License
26 stars 2 forks source link

Cross-platform XML library #1

Closed orchetect closed 2 years ago

orchetect commented 3 years ago

Look into finding a cross-platform solution for read/write of XML files.

XML is used by Cubase's Track Archive XML file format.

(XMLNode / XMLDocument are part of Foundation but only available on macOS.)