Skip to content

implement: More native plugin data parsers #30

@demberto

Description

@demberto

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions