Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 570 Bytes

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