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
Effects
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.
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
Effects
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/imgfolder 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.