An Unofficial Node.Js Based Parser For Fl Studio Projects. Updated Based On The Parser Of andrewrk, Currently Tested On Fl Studio 20.0
Clone The Repository Using : git clone https://github.com/b15h0y/flp-parser
Run The Demo Using : Node flp.js
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