UNPKG

ableton-parser

Version:

A NodeJs based Ableton parser to parse ableton-live files(*als)

15 lines (11 loc) 570 B
[![Build Status](https://travis-ci.com/ununu-p2p/als-parser.svg?branch=master)](https://travis-ci.com/ununu-p2p/als-parser) [![codecov](https://codecov.io/gh/ununu-p2p/als-parser/branch/master/graph/badge.svg)](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()); }) ```