Skip to content

huberp/phu-fair-kid-67

Repository files navigation

PHU FAIR KID 67

A free, open-source stereo variable-mu tube compressor plug-in modelled after the circuit topology of the classic Fairchild 670 levelling amplifier.
Available as VST3 (Windows, macOS, Linux) and AU (macOS).

PHU FAIR KID 67 GUI


Documentation

Document Audience Contents
User Guide End users Installation, parameters & controls, how it works, further reading
Building & Contributing Developers Build prerequisites, clone & build instructions, running tests, project structure, contributing guidelines, license
Tools & Scripts Developers phu_calibrate offline calibration tool, plot_timing.py, plot_transfer.py, install-linux-deps.sh

Additional reference documents in docs/:


Quick Start

Install the plug-in — download the latest release from the Releases page and follow the platform instructions in the User Guide.

Build from source — see Building & Contributing. The short version:

git clone --recurse-submodules https://github.com/huberp/phu-fair-kid-67.git
cd phu-fair-kid-67
cmake --preset linux-release          # or the preset for your platform
cmake --build --preset linux-build

Run the tests:

cmake -B build -DPHU_BUILD_PLUGIN=OFF
cmake --build build
cd build && ctest --output-on-failure

License

MIT — see LICENSE for the full text.
Third-party: JUCE (dual-licensed), phu-audio-lib (see phu-audio-lib/LICENSE).

About

My attempt on simulating a Fairchild 670 Compressor in DSP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors