jgod / als-parser

Unofficial Node.js-based parser for Ableton Live project files (.als)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Unofficial Node.js-based parser for Ableton Live project files (.als)


Languages

Language:JavaScript 69.4%Language:TypeScript 30.6%