HCLabs hosts public JUCE plugins. Each plugin sits inside its own directory with standalone build tooling and documentation.
- MemoryDrift – tempo-friendly delay focused on smooth repeats and stable modulation.
Each plugin folder contains its own README.md with setup instructions. In general:
cmake -S <plugin> -B build/<plugin> -GNinja
cmake --build build/<plugin>This repository uses the MIT License unless otherwise noted.