Skip to main content

VST2.x plugin FXP preset parser

Project description

ci Tests Build Docs
pypi Version License Python Versions
qa security: bandit mypy: checked code style: black

fxp

VST2.x plugin FXP preset parser.

⏬ Installation

  • Via pip (RECOMMENDED, easiest, fastest):

    fxp requires Python 3.6+

    pip install fxp
    

OR

  • Via Github Releases

    1. Download the latest release.

    2. Install it via pip:

      pip install fxp-0.1.0-py3-none-any.whl
      

OR

  • Via cloning the repo:

    1. Clone this repo

      git clone https://github.com/demberto/fxp
      
    2. Navigate to the directory

      cd fxp
      
    3. Install it via pip in editable mode:

      pip install -e .
      

✨ Getting Started

>>> import fxp
>>> preset = fxp.FXP("path/to/preset.fxp")
>>> preset.plugin_id
"XfsX"
>>> preset.name
"LD Saw Bass"
>>> preset.is_opaque()
True

🤝 Contributing

All contributions are welcome and acknowledged. Please take a look at the contributor's guide

📧 Contact

Email: demberto@protonmail.com

🙏 Acknowledgements

  • pluginterfaces/vstfxstore.h from the VST2 SDK.

© License

The code in this project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fxp-0.1.0.tar.gz (16.9 kB view hashes)

Uploaded Source

Built Distribution

fxp-0.1.0-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page