A bundle of free, open-source audio plug-ins built with JUCE.
NAME | DESCRIPTION |
---|---|
GATE | Look-ahead noise gate with attack and release. |
PITCH | Pitch shifter. |
PRESS | Straightforward compressor. |
VERB | Straightforward mono or stereo reverb. |
- VST3 or AU compatible host
- OSX 10.7 or later
- VST3 compatible host
- Windows 7 or later
- Download Latest Version
- Extract files to relevant directories:
FORMAT | DIRECTORY |
---|---|
VST3 | ~/Library/Audio/Plug-Ins/VST3 Macintosh HD/Library/Audio/Plug-Ins/VST3 |
AU | ~/Library/Audio/Plug-Ins/Components Macintosh HD/Library/Audio/Plug-Ins/Components |
FORMAT | DIRECTORY |
---|---|
VST3 x64 |
C:\Program Files\Common Files\VST3 |
VST3 Win32 (x86) |
C:\Program Files(x86)\Common Files\VST3 |
git clone --recurse-submodules [email protected]:ImJimmi/Contrast.git
cd Contrast
code .
- (Recommended) Install C/C++ Extension Pack
cmake -Bbuild -GXcode
- Open
build/contrast.xcodeproj
cmake -Bbuild
- Open
build/contrast.sln
cmake -Bbuild -GNinja
cmake --build build --config Debug