Awesome
CONTRAST
A bundle of free, open-source audio plug-ins built with JUCE.
PLUG-INS
CHANGES
NAME | DESCRIPTION |
---|
GATE | Look-ahead noise gate with attack and release. |
PITCH | Pitch shifter. |
PRESS | Straightforward compressor. |
VERB | Straightforward mono or stereo reverb. |
REQUIREMENTS
- VST3 or AU compatible host
- OSX 10.7 or later
- VST3 compatible host
- Windows 7 or later
INSTALLING
- Download Latest Version
- Extract files to relevant directories:
FORMAT | DIRECTORY |
---|
VST3 | ~/Library/Audio/Plug-Ins/VST3 <br>Macintosh HD/Library/Audio/Plug-Ins/VST3 |
AU | ~/Library/Audio/Plug-Ins/Components <br>Macintosh HD/Library/Audio/Plug-Ins/Components |
FORMAT | DIRECTORY |
---|
VST3<br>x64 | C:\Program Files\Common Files\VST3 |
VST3<br>Win32 (x86) | C:\Program Files(x86)\Common Files\VST3 |
BUILDING
git clone --recurse-submodules git@github.com:ImJimmi/Contrast.git
cd Contrast
code .
cmake -Bbuild -GXcode
- Open
build/contrast.xcodeproj
cmake -Bbuild
cmake -Bbuild -GNinja
cmake --build build --config Debug