ableton-parser
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

Build Status codecov

Ableton Parser

Yet another node module! Parses the Ableton Live(*als) File to extract the basic info.

"The Project is Under Construction!!"

const abletonParser = require('ableton-parser');
 
abletonParser.parseFile('PATH/TO/THE/PROJECT').then((res) => {
    console.log(res.getTracks());
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    4
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i ableton-parser

Weekly Downloads

4

Version

1.1.0

License

ISC

Unpacked Size

1.37 MB

Total Files

84

Last publish

Collaborators

  • shresthagrawal