Marketplace

Your one-stop shop for JUCE modules, tools, assets and resources

SocaLabs Plugin Collection

SocaLabs Plugin Collection image

Various VST/AU Plugins from SocaLabs.com

slPlugins

Various VST/AU Plugins from SocaLabs.com

Here are some plugins I wrote. Mostly effects. The synths like PAPU, SID, etc. have their own repos.

Prerequisites

  • CMake 3.24.0 or higher
  • C++20 compatible compiler
  • Git (for cloning submodules)

Initial Setup

After cloning the repository, initialize and update the submodules:

git submodule update --init --recursive

This step is required before building, as the plugins depend on JUCE and other third-party modules.

Build Status

PluginmacOSLinuxWindows
ABTestermacOSLinuxWindows
AddInvertmacOSLinuxWindows
ChannelMutemacOSLinuxWindows
CompensatedDelaymacOSLinuxWindows
CompressormacOSLinuxWindows
CrossfeedmacOSLinuxWindows
DelaymacOSLinuxWindows
ExpandermacOSLinuxWindows
GatemacOSLinuxWindows
GraphicEQmacOSLinuxWindows
HugeGainmacOSLinuxWindows
LimitermacOSLinuxWindows
MathsmacOSLinuxWindows
MidiLoopermacOSLinuxWindows
OscilloscopemacOSLinuxWindows
PitchTrackmacOSLinuxWindows
SFX8macOSLinuxWindows
SampleDelaymacOSLinuxWindows
SimpleVerbmacOSLinuxWindows
SpectrumAnalyzermacOSLinuxWindows
StereoEnhancermacOSLinuxWindows
StereoProcessormacOSLinuxWindows
ToneGeneratormacOSLinuxWindows
WaveLoopermacOSLinuxWindows
XYScopemacOSLinuxWindows

Building

Build All Plugins

To build all plugins at once from the root directory:

cmake -B build cmake --build build --config Release

Build Individual Plugin

Each plugin can also be built independently from its own directory:

cd plugins/<plugin_name> cmake -B build cmake --build build --config Release

Built plugins will be located in the build directory, with VST/VST3/AU/LV2 formats depending on your platform.

About
Published by
Organisation
Added onMon Jan 12 2026
LicenseBSD 3-Clause License

Something wrong with this product?

Report

Are you the owner of this product?

Request Ownership