| ci | Tests Build Docs |
|---|---|
| pypi | Version License Python Versions |
| qa | security: bandit mypy: checked code style: black |
VST2.x plugin FXP preset parser.
-
Via
pip(RECOMMENDED, easiest, fastest):fxp requires Python 3.6+
pip install fxp
OR
-
Via Github Releases
-
Download the latest release.
-
Install it via
pip:pip install fxp-0.1.0-py3-none-any.whl
-
OR
-
Via cloning the repo:
-
Clone this repo
git clone https://github.com/demberto/fxp -
Navigate to the directory
cd fxp -
Install it via
pipin editable mode:pip install -e .
-
>>> import fxp >>> preset = fxp.FXP("path/to/preset.fxp") >>> preset.plugin_id "XfsX" >>> preset.name "LD Saw Bass" >>> preset.is_opaque() True
All contributions are welcome and acknowledged. Please take a look at the contributor's guide
Email: demberto@protonmail.com
pluginterfaces/vstfxstore.hfrom the VST2 SDK.
The code in this project is licensed under the MIT License.