FLP Viewer
FL Studio FLP file format parser and viewer.
Installation
TODO Write installation instructions here
Usage
At the moment, there is only HTML output:
$ flp-viewer ~/projects/*.flp > output.html
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/RyanScottLewis/flp-viewer/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Ryan Scott Lewis - creator and maintainer