-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersplugin-nativeFL Studio native generators and effectsFL Studio native generators and effects
Description
Its impossible and not the scope of this library to be able to parse all plugin data, these are a few which should be easier to implement.
Generators
- 3xOSC
- BooBass
- Plucked
Effects
- Fruity Balance
- Fruity Blood Overdrive
- Fruity Center (lol whatever it does)
- Fruity Fast Dist
- Fruity Free Filter
- Fruity Mute 2
- Fruity Notebook 2
- Fruity Send
- Fruity Soft Clipper
- Fruity Stereo Enhancer
- Soundgoodizer
Notes for implementers
Technically, all plugins with just knobs and sliders should be easy to implement, Most data is stored in 4 byte unsigned integers but 0-100% or whatever the extremes of the knobs/sliders are, they are pretty small values in terms of the available range.
Once you have implemented a parser for a plugin, please make sure that you add the relevant docstrings and docs. You can choose to add an image of the plugin in docs/img folder of the repo, but don't add your own bit.ly links to docstrings, that will be done by me.
If you have any suggestions, please let me know or if you have PRs mention this issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersplugin-nativeFL Studio native generators and effectsFL Studio native generators and effects