{"id":21831074,"url":"https://github.com/demberto/fxp","last_synced_at":"2025-04-14T07:06:16.247Z","repository":{"id":57675687,"uuid":"483974715","full_name":"demberto/fxp","owner":"demberto","description":"VST2.x plugin FXP preset parser","archived":false,"fork":false,"pushed_at":"2022-04-21T09:40:42.000Z","size":20,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-14T07:06:01.738Z","etag":null,"topics":["fxp","parser","vst2"],"latest_commit_sha":null,"homepage":"https://fxp.rtfd.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/demberto.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-04-21T08:47:11.000Z","updated_at":"2024-10-18T07:12:01.000Z","dependencies_parsed_at":"2022-09-26T20:41:39.522Z","dependency_job_id":null,"html_url":"https://github.com/demberto/fxp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2Ffxp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2Ffxp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2Ffxp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demberto%2Ffxp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demberto","download_url":"https://codeload.github.com/demberto/fxp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837281,"owners_count":21169374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fxp","parser","vst2"],"created_at":"2024-11-27T19:08:25.360Z","updated_at":"2025-04-14T07:06:16.218Z","avatar_url":"https://github.com/demberto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BADGES --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eci\u003c/th\u003e\n    \u003ctd\u003e\n      \u003ca\u003e\n        \u003cimg alt=\"Tests\" src=\"https://img.shields.io/github/workflow/status/demberto/fxp/tests?label=tests\"/\u003e\n      \u003c/a\u003e\n      \u003ca\u003e\n        \u003cimg alt=\"Build\" src=\"https://img.shields.io/github/workflow/status/demberto/fxp/publish\"/\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://fxp.rtfd.io/en/latest\"\u003e\n        \u003cimg alt=\"Docs\" src=\"https://readthedocs.org/projects/fxp/badge/?version=latest\"/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003cth\u003epypi\u003c/th\u003e\n    \u003ctd\u003e\n      \u003ca href=\"https://github.com/demberto/fxp/releases\"\u003e\n        \u003cimg alt=\"Version\" src=\"https://img.shields.io/pypi/v/fxp\"/\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://github.com/demberto/fxp/blob/master/LICENSE\"\u003e\n        \u003cimg alt=\"License\" src=\"https://img.shields.io/pypi/l/fxp\"/\u003e\n      \u003c/a\u003e\n      \u003ca\u003e\n        \u003cimg alt=\"Python Versions\" src=\"https://img.shields.io/pypi/pyversions/fxp\"/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003cth\u003eqa\u003c/th\u003e\n    \u003ctd\u003e\n      \u003ca href=\"https://github.com/PyCQA/bandit\"\u003e\n        \u003cimg alt=\"security: bandit\" src=\"https://img.shields.io/badge/security-bandit-yellow.svg\"/\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://github.com/python/mypy\"\u003e\n        \u003cimg alt=\"mypy: checked\" src=\"https://img.shields.io/badge/mypy-checked-blue.svg\"/\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://github.com/psf/black\"\u003e\n        \u003cimg alt=\"code style: black\" src=\"https://img.shields.io/badge/code%20style-black-black.svg\"/\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n# fxp\n\n\u003e VST2.x plugin FXP preset parser.\n\n## ⏬ Installation\n\n- Via `pip` (**RECOMMENDED**, easiest, fastest):\n\n  fxp requires Python 3.6+\n\n  ```\n  pip install fxp\n  ```\n\n*OR*\n\n- Via Github Releases\n\n  1.  [Download](https://github.com/demberto/fxp/releases) the latest release.\n\n  2.  Install it via `pip`:\n\n      ```\n      pip install fxp-0.1.0-py3-none-any.whl\n      ```\n\n*OR*\n\n- Via cloning the repo:\n\n  1.  Clone this repo\n\n      ```\n      git clone https://github.com/demberto/fxp\n      ```\n\n  2.  Navigate to the directory\n\n      ```\n      cd fxp\n      ```\n\n  3.  Install it via `pip` in editable mode:\n\n      ```\n      pip install -e .\n      ```\n\n## ✨ Getting Started\n\n```Python\n\u003e\u003e\u003e import fxp\n\u003e\u003e\u003e preset = fxp.FXP(\"path/to/preset.fxp\")\n\u003e\u003e\u003e preset.plugin_id\n\"XfsX\"\n\u003e\u003e\u003e preset.name\n\"LD Saw Bass\"\n\u003e\u003e\u003e preset.is_opaque()\nTrue\n```\n\n## 🤝 Contributing\n\nAll contributions are welcome and acknowledged.\nPlease take a look at the [contributor's guide][contributor-guide]\n\n## 📧 Contact\n\nEmail: demberto@protonmail.com\n\n## 🙏 Acknowledgements\n\n- `pluginterfaces/vstfxstore.h` from the VST2 SDK.\n\n## © License\n\nThe code in this project is licensed under the MIT License.\n\n\u003c!-- LINKS --\u003e\n[contributor-guide]: https://github.com/demberto/fxp/blob/master/CONTRIBUTING.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemberto%2Ffxp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemberto%2Ffxp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemberto%2Ffxp/lists"}