flp-viewer

Version, currently master branch1 version
  • master branchlatestSep 19, 2019

github.com/RyanScottLewis/flp-viewer

FL Studio FLP file format parser and viewer.

20 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  flp-viewer:
    github: RyanScottLewis/flp-viewer
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.30.1
License
MIT
Author
Ryan Scott Lewis <ryanscottlewis@gmail.com>
Target
  • flp from src/flp.cr

Dependencies

Runtime Dependencies

README

# 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:

```sh
$ flp-viewer ~/projects/*.flp > output.html
```

## Development

TODO: Write development instructions here

## Contributing

1. Fork it (<https://github.com/RyanScottLewis/flp-viewer/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

* [Ryan Scott Lewis](https://github.com/RyanScottLewis) - creator and maintainer