0.0.4 • Published 4 years ago

ununu-logic-parser v0.0.4

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

Build Status codecov

Logic Parser

Yet another node module! Parses the Logic Pro(*logic) File to extract the basic info.

"The Project is Under Construction!!"

const logicParser = require('logic-parser');

logicParser.parseFile('PATH/TO/THE/PROJECT').then((res) => {
    console.log(res.getTracks());
})
0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.0

4 years ago