Contrast

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

NAME DESCRIPTION
GATE Look-ahead noise gate with attack and release.
PITCH Pitch shifter.
PRESS Straightforward compressor.
VERB Straightforward mono or stereo reverb.

REQUIREMENTS

Mac OS

Windows

INSTALLING

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

Mac OS

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

Windows

FORMAT DIRECTORY
VST3
x64
C:\Program Files\Common Files\VST3
VST3
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