Documentation in the Bridge section of https://vcvrack.com/manual/Core.html.
Clone this repository in the root directory of the Rack repository. Or, clone this repository anywhere and set the RACK_DIR
environment variable.
For the VST plugin, obtain VST2_SDK/
from Steinberg's VST 3 SDK, and place it in the vst/
directory.
For the AU plugin, obtain AudioUnitExamplesAudioUnitEffectGeneratorInstrumentMIDIProcessorandOffline/
from Apple's Core Audio SDK, and place it in the au/
directory.
Run make dist
in each desired directory. The plugins are placed in dist/
.
Source code licensed under BSD-3-Clause by Andrew Belt