ableton-parser
Version:
A NodeJs based Ableton parser to parse ableton-live files(*als)
15 lines (11 loc) • 570 B
Markdown
[](https://travis-ci.com/ununu-p2p/als-parser)
[](https://codecov.io/gh/ununu-p2p/als-parser)
#### Ableton Parser
Yet another node module! Parses the Ableton Live(*als) File to extract the basic info.
<b>"The Project is Under Construction!!"</b>
```js
const abletonParser = require('ableton-parser');
abletonParser.parseFile('PATH/TO/THE/PROJECT').then((res) => {
console.log(res.getTracks());
})
```