https://github.com/nikrich/vst-plugins-monorepo
Monorepo for VSTs
https://github.com/nikrich/vst-plugins-monorepo
Last synced: 4 months ago
JSON representation
Monorepo for VSTs
- Host: GitHub
- URL: https://github.com/nikrich/vst-plugins-monorepo
- Owner: nikrich
- License: apache-2.0
- Created: 2025-09-09T15:47:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T13:13:33.000Z (5 months ago)
- Last Synced: 2026-01-31T21:41:46.621Z (5 months ago)
- Language: C++
- Size: 136 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hungry Ghost Proprietary VSTs
This monorepo contains JUCE-based audio plugins developed by Hungry Ghost.
[](https://github.com/nikrich/vst-plugins-monorepo/actions/workflows/ci.yml)
[](https://github.com/nikrich/vst-plugins-monorepo/actions/workflows/release.yml)
## Plugins
### Astral Halls (Reverb)
Astral Halls is a modern reverb built on an FDN-based architecture designed for lush, dense, and stable tails with controllable tone and width.
- Core: 8-line Feedback Delay Network (FDN8) with a scaled Hadamard mixer
- Front end: per‑channel predelay and multi‑stage allpass diffusion for smooth early energy
- Late field: per-line HF damping, subtle modulation for decorrelation, and width control (M/S)
- Post: low/high cut EQ and smoothed wet/dry mix; optional freeze for infinite sustain
For a deeper dive into the architecture, parameters, and roadmap, see docs/readme/astral-halls.md.
### Spectral Limiter (Limiter)
A transparent, modern true‑peak limiter focused on punchy, artifact‑free loudness.
- True‑peak safe via internal oversampling (4×/8× depending on sample rate)
- Look‑ahead with a sliding‑window moving maximum detector so peaks can’t slip through
- Musical, log‑domain release smoothing; stereo max‑linking to preserve imaging
- Optional sidechain HPF to reduce pumping and a gentle safety soft clip under the ceiling
- Proper latency reporting to the host
For full signal flow, parameters, and integration notes, see docs/readme/spectral-limiter.md.
### Multiband Limiter
A frequency-aware, mastering-grade multiband limiter extending true-peak technology with per-band control.
- Complementary LR4 crossover for smooth frequency splits
- Independent limiting on each band: threshold, release, makeup gain
- Flexible architecture ready for future N-band expansion (M1 ships with 2 bands)
- Optional external sidechain for creative or corrective ducking
- Oversampling support (1×, 2×, 4×) for true-peak safety
- Transparent limiting to prevent cross-band pumping
For architecture details, parameters, and integration notes, see docs/readme/hungry-ghost-multiband-limiter.md.
## Documentation
- Astral Halls detailed README: docs/readme/astral-halls.md
- Spectral Limiter detailed README: docs/readme/spectral-limiter.md
- Multiband Limiter detailed README: docs/readme/hungry-ghost-multiband-limiter.md