1.0.0-alpha.1 • Published 4 years ago

audition-xml-composer v1.0.0-alpha.1

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

Audition XML Composer

work in progress

Convert a json sequence into an Adobe Audition XML.

Inspired by EDL Composer on npm it uses the same schema to describe the sequence.

Part of the pietrop/digital-paper-edit project.

Setup

cd, clone the repo, npm install

Usage - development

see example-usage.js for how to requrie and use the module.

To run the example do node src/example-usage.js

Usage - production

npm install audition-xml-composer

require or import in your code and see example usage for more details

System Architecture

TBC

Development env

Build

NA

Tests

TBC

Deployment

npm run publish:public

publishes to npm under audition-xml-composer

TODO: