{"id":43874529,"url":"https://github.com/igorski/phlegetron","last_synced_at":"2026-02-06T14:40:08.247Z","repository":{"id":336713784,"uuid":"853013383","full_name":"igorski/phlegetron","owner":"igorski","description":"Multi-band distortion audio plugin using different distortion algorithms over two band splitting modes","archived":false,"fork":false,"pushed_at":"2026-02-05T19:24:53.000Z","size":296,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-06T05:03:07.505Z","etag":null,"topics":["audio-plugin","audio-processing","bit-crusher","distortion","fuzz","vst","vst-plugin","vst3","wavefolder","waveshaper"],"latest_commit_sha":null,"homepage":"https://www.igorski.nl/plugins/phlegetron","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/igorski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-05T20:32:03.000Z","updated_at":"2026-02-06T00:42:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/igorski/phlegetron","commit_stats":null,"previous_names":["igorski/phlegetron"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/igorski/phlegetron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorski%2Fphlegetron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorski%2Fphlegetron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorski%2Fphlegetron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorski%2Fphlegetron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igorski","download_url":"https://codeload.github.com/igorski/phlegetron/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igorski%2Fphlegetron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29164929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T14:37:12.680Z","status":"ssl_error","status_checked_at":"2026-02-06T14:36:22.973Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["audio-plugin","audio-processing","bit-crusher","distortion","fuzz","vst","vst-plugin","vst3","wavefolder","waveshaper"],"created_at":"2026-02-06T14:40:07.596Z","updated_at":"2026-02-06T14:40:08.238Z","avatar_url":"https://github.com/igorski.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Phlegetron\n\nAn audio plugin that provides multiple distortion effects with simple parameter control. The distortion can operate\non two independent channels, either split by a crossover frequency or by harmonic bins. Tweaking the controls should\nallow you to tune in to specific frequencies for creating either pleasing or disturbing harmonic distortion, depending\non what takes your fancy.\n\nPhlegetron was built using the [JUCE framework](https://github.com/juce-framework/JUCE).\n\n## The [Issue Tracker](https://github.com/igorski/phlegetron/issues) is your point of contact\n\nBug reports, feature requests, questions and discussions are welcome on the GitHub Issue Tracker, please do not send e-mails through the development website. However, please search before posting to avoid duplicates, and limit to one issue per post.\n\nPlease vote on feature requests by using the Thumbs Up/Down reaction on the first post.\n\n## Setup\n\nYou will need to have CMake and a suitable C compiler installed. JUCE* is a submodule of this repository so\nall library dependencies are handled when cloning this repository recursively. When cloning without recursion,\nrun the following to clone the JUCE framework into a subfolder `JUCE`, relative to this repository root.\n\n```\ngit clone https://github.com/juce-framework/JUCE\n```\n\n_*The version used to create this plugin was [8.0.10](https://github.com/juce-framework/JUCE/releases/tag/8.0.10)_\n\n### Build\n\nYou can create a runtime by running the below:\n\n```\ncmake . -B build -G \u003cGENERATOR_RUNTIME\u003e\n```\n\nwhere the G flag is optional (defaults to the common generator for your platform) and provided `\u003cGENERATOR_RUNTIME\u003e` should reflect a custom generator to use (e.g. `XCode` (on Mac), `Unix makefiles`, `Ninja`, etc.)\n\nAfter which you can run:\n\n```\ncmake --build\n```\n\n### Signing the plugin on macOS\n\nYou will need to have your code signing set up appropriately. Assuming you have set up your Apple Developer account, you can find your signing identity like so:\n\n```\nsecurity find-identity -p codesigning -v \n```\n\nFrom which you can take your name and team id (the code between parentheses) and pass them to the build script like so:\n\n```\nsh build.sh --team_id TEAM_ID --identity \"YOUR_NAME\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorski%2Fphlegetron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figorski%2Fphlegetron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figorski%2Fphlegetron/lists"}