An emulation of the Randall RG100 preamp.
This is a remade version of RXG100 VST originally designed by Valdemar Erlingsson.
Spec | Original RXG100 | RXG100-RE |
---|---|---|
VST Version | VST 2 | VST 3 |
Graphics | WinForm | WPF |
Runtime | .NET Framework 4.0 | .NET Core 6.0 |
Bridging | SharpSoundDevice | AudioPlugSharp |
You will need to have CMake and Visual Studio 2022 installed.
- Run script setup_sdk.bat to set up the vst3sdk. It will create a new folder AudioPlugSharp/vstbuild.
- Load and Build the solution RXG100RE.sln with Visual Studio.
- You will find the output VST plugin within foldeFr RXG100RE/bin/Release/net6.0-windows.
- Copy the following 6 files to your VST3 folder
%CommonProgramFiles%/VST3
or put them into a subfolder%CommonProgramFiles%/VST3/RXG100-RE
AudioPlugSharp.dll
AudioPlugSharpWPF.dll
Ijwhost.dll
RXG100RE.dll
RXG100REBridge.runtimeconfig.json
RXG100REBridge.vst3
- Run a plugin re-scan in your VST host.