Skip to content

bishoyroufael/flp-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c37d103 · Apr 28, 2020

History

8 Commits
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020
Apr 28, 2020

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