{"id":43900231,"url":"https://github.com/nikrich/vst-plugins-monorepo","last_synced_at":"2026-02-06T18:40:22.576Z","repository":{"id":313970290,"uuid":"1053550392","full_name":"nikrich/vst-plugins-monorepo","owner":"nikrich","description":"Monorepo for VSTs","archived":false,"fork":false,"pushed_at":"2026-01-31T13:13:33.000Z","size":142568,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-31T21:41:46.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikrich.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":"2025-09-09T15:47:57.000Z","updated_at":"2026-01-31T13:13:37.000Z","dependencies_parsed_at":"2025-09-09T22:13:43.576Z","dependency_job_id":"4ca84c36-efb8-4545-aa34-16a2581a110b","html_url":"https://github.com/nikrich/vst-plugins-monorepo","commit_stats":null,"previous_names":["nikrich/vst-plugins-monorepo"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nikrich/vst-plugins-monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikrich%2Fvst-plugins-monorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikrich%2Fvst-plugins-monorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikrich%2Fvst-plugins-monorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikrich%2Fvst-plugins-monorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikrich","download_url":"https://codeload.github.com/nikrich/vst-plugins-monorepo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikrich%2Fvst-plugins-monorepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29172620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T16:33:35.550Z","status":"ssl_error","status_checked_at":"2026-02-06T16:33:30.716Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-02-06T18:40:21.873Z","updated_at":"2026-02-06T18:40:22.566Z","avatar_url":"https://github.com/nikrich.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hungry Ghost Proprietary VSTs\n\nThis monorepo contains JUCE-based audio plugins developed by Hungry Ghost.\n\n[![CI](https://github.com/nikrich/vst-plugins-monorepo/actions/workflows/ci.yml/badge.svg)](https://github.com/nikrich/vst-plugins-monorepo/actions/workflows/ci.yml)\n[![Release](https://github.com/nikrich/vst-plugins-monorepo/actions/workflows/release.yml/badge.svg)](https://github.com/nikrich/vst-plugins-monorepo/actions/workflows/release.yml)\n\n## Plugins\n\n### Astral Halls (Reverb)\nAstral Halls is a modern reverb built on an FDN-based architecture designed for lush, dense, and stable tails with controllable tone and width.\n\n- Core: 8-line Feedback Delay Network (FDN8) with a scaled Hadamard mixer\n- Front end: per‑channel predelay and multi‑stage allpass diffusion for smooth early energy\n- Late field: per-line HF damping, subtle modulation for decorrelation, and width control (M/S)\n- Post: low/high cut EQ and smoothed wet/dry mix; optional freeze for infinite sustain\n\nFor a deeper dive into the architecture, parameters, and roadmap, see docs/readme/astral-halls.md.\n\n### Spectral Limiter (Limiter)\nA transparent, modern true‑peak limiter focused on punchy, artifact‑free loudness.\n\n- True‑peak safe via internal oversampling (4×/8× depending on sample rate)\n- Look‑ahead with a sliding‑window moving maximum detector so peaks can’t slip through\n- Musical, log‑domain release smoothing; stereo max‑linking to preserve imaging\n- Optional sidechain HPF to reduce pumping and a gentle safety soft clip under the ceiling\n- Proper latency reporting to the host\n\nFor full signal flow, parameters, and integration notes, see docs/readme/spectral-limiter.md.\n\n### Multiband Limiter\nA frequency-aware, mastering-grade multiband limiter extending true-peak technology with per-band control.\n\n- Complementary LR4 crossover for smooth frequency splits\n- Independent limiting on each band: threshold, release, makeup gain\n- Flexible architecture ready for future N-band expansion (M1 ships with 2 bands)\n- Optional external sidechain for creative or corrective ducking\n- Oversampling support (1×, 2×, 4×) for true-peak safety\n- Transparent limiting to prevent cross-band pumping\n\nFor architecture details, parameters, and integration notes, see docs/readme/hungry-ghost-multiband-limiter.md.\n\n## Documentation\n- Astral Halls detailed README: docs/readme/astral-halls.md\n- Spectral Limiter detailed README: docs/readme/spectral-limiter.md\n- Multiband Limiter detailed README: docs/readme/hungry-ghost-multiband-limiter.md\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikrich%2Fvst-plugins-monorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikrich%2Fvst-plugins-monorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikrich%2Fvst-plugins-monorepo/lists"}