Skip to content

FigBug/slPlugins

Repository files navigation

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

Plugin macOS Linux Windows
ABTester macOS Linux Windows
AddInvert macOS Linux Windows
ChannelMute macOS Linux Windows
CompensatedDelay macOS Linux Windows
Compressor macOS Linux Windows
Crossfeed macOS Linux Windows
Delay macOS Linux Windows
EQ3 macOS Linux Windows
Expander macOS Linux Windows
Gate macOS Linux Windows
HugeGain macOS Linux Windows
Limiter macOS Linux Windows
Maths macOS Linux Windows
MidiLooper macOS Linux Windows
Oscilloscope macOS Linux Windows
PitchTrack macOS Linux Windows
SFX8 macOS Linux Windows
SampleDelay macOS Linux Windows
SimpleVerb macOS Linux Windows
SpectrumAnalyzer macOS Linux Windows
StereoEnhancer macOS Linux Windows
StereoProcessor macOS Linux Windows
ToneGenerator macOS Linux Windows
WaveLooper macOS Linux Windows
XYScope macOS Linux Windows

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

Various VST/AU Plugins from SocaLabs.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •