ununu-logic-parser
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

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

Package Sidebar

Install

npm i ununu-logic-parser

Weekly Downloads

2

Version

0.0.4

License

ISC

Unpacked Size

22.7 kB

Total Files

16

Last publish

Collaborators

  • shresthagrawal