Swiftpack.co - orchetect/DAWFileKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by orchetect.
orchetect/DAWFileKit 0.4.6
A Swift library for reading and writing common import/export file formats between popular DAW applications.
⭐️ 21
🕓 8 hours ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/orchetect/DAWFileKit.git", from: "0.4.6")

DAWFileKit

CI Build Status Platforms - macOS 10.15+ | iOS 10+ | tvOS 10+ | visionOS 1+ Swift 5.5-5.9 Xcode 13-15 License: MIT

A Swift library for reading and writing common import/export file formats between popular DAW and video editing applications with the ability to convert between formats.

Supported File Formats

Format Read Write
Cubase: Track Archive XML yes† yes†
Pro Tools: Session Info text file yes n/a
Standard MIDI File planned yes
Logic Pro X‡ future? future?
Final Cut Pro XML (FCPXML) yes yes
Adobe Premiere XML future? future?

† Full read/write support for Cubase Track Archive XML files is implemented for tracks with absolute timebase, as well as tracks with musical timebase where the tempo track uses only 'Jump' tempo events and there are no 'Ramp' tempo events.

‡ Research is needed for Logic Pro X to determine what file formats are common and the viability of their implementation.

Dependencies

Documentation

No formal documentation yet.

Unit Tests

Core unit tests implemented. More exhaustive tests can be added in future.

Known Issues

Cubase: Track Archive XML

  • Ascertaining the absolute time position of events on tracks that are in musical timebase when the tempo track contains 'Ramp' tempo event(s) is currently not possible. The internal curve function that Cubase uses to calculate tempo ramps is not intuitive (ie: not linear or any obvious known curve function), and it may be a proprietary function. So this may never be possible with this library. The workaround is to not use 'Ramp' tempo events in a session, or if that is unavoidable, move/copy events to a track that is using absolute timebase which can be interpreted reliably with this library.

Final Cut Pro XML

  • Basic support is implemented. More complete support may come in a future library update.

Affiliation

The author(s) have no affiliation with Apple, Avid, Steinberg, or any other company relating to the software packages that are mentioned in this library. This library is built based on open file data format such as text, XML and MIDI. No reverse-engineering of software was involved in implementation of this library. The goal is to promote easier interoperability for developers with these common and useful data file formats.

The library is provided as-is with no warranties. See the LICENSE for more details.

Author

Coded by a bunch of 🐹 hamsters in a trenchcoat that calls itself @orchetect.

License

Licensed under the MIT license. See LICENSE for details.

Contributions

Contributions are welcome. Feel free to post an Issue to discuss.

GitHub

link
Stars: 21
Last commit: 16 hours ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

0.4.6
16 hours ago
  • FCPXML: Fixed erroneous Video role in roles extraction

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics