Skip to content

bishoyroufael/flp-parser

Repository files navigation

Flp-Parser

An Unofficial Node.Js Based Parser For Fl Studio Projects. Updated Based On The Parser Of andrewrk, Currently Tested On Fl Studio 20.0

Usage

Clone The Repository Using : git clone https://github.com/b15h0y/flp-parser

Run The Demo Using : Node flp.js

File API:

var flp = require('flp');

flp.readFile("fl20.flp", function(err ,projectInfo) {
  if (err) throw err;
  console.log(flp.Query.getPlugins(projectInfo));
  });

Availiable Quering Methods:

  • getMainVolume
  • getMainPitch
  • getTempo
  • getChannelCount
  • getChannels
  • getFLPVersion
  • getProjectTitle
  • getTracks
  • getPlugins

About

A Node.Js Based Parser For Fl Studio Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published