1.2.0 • Published 4 years ago

als-parser v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago