Home

Awesome

CONTRAST

A bundle of free, open-source audio plug-ins built with JUCE.

LICENSE: MIT

GitHub Workflow Status GitHub last commit

PLUG-INS

GitHub release (latest by date) GitHub Release Date

CHANGES

Download

NAMEDESCRIPTION
GATELook-ahead noise gate with attack and release.
PITCHPitch shifter.
PRESSStraightforward compressor.
VERBStraightforward mono or stereo reverb.

REQUIREMENTS

Mac OS

Windows

INSTALLING

  1. Download Latest Version
  2. Extract files to relevant directories:

Mac OS

FORMATDIRECTORY
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

Windows

FORMATDIRECTORY
VST3<br>x64C:\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

Visual Studio Code

code .

Xcode

cmake -Bbuild -GXcode

Visual Studio

cmake -Bbuild

CMake

cmake -Bbuild -GNinja
cmake --build build --config Debug