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

1.2.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());
})

Package Sidebar

Install

npm i als-parser

Weekly Downloads

6

Version

1.2.0

License

ISC

Unpacked Size

3.31 MB

Total Files

97

Last publish

Collaborators

  • shresthagrawal