ImJimmi / Contrast

A bundle of free, open-source audio plugins built with the JUCE framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • VST3 or AU compatible host
  • OSX 10.7 or later

Windows

  • VST3 compatible host
  • Windows 7 or later

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
  • Open build/contrast.xcodeproj

Visual Studio

cmake -Bbuild
  • Open build/contrast.sln

CMake

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

About

A bundle of free, open-source audio plugins built with the JUCE framework.

License:MIT License


Languages

Language:C++ 97.3%Language:CMake 2.7%