Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.04 KB

File metadata and controls

19 lines (12 loc) · 1.04 KB

build

LauridsenSchodderStereo CLAP plugin

A simple cross-platform (Win, MacOS, Linux)* CLAP audio plugin which implements the Lauridsen-Schodder 'pseudo stereo' technique. It uses the host's GUI and is mono compatible.
(Other formats could be built from source, JUCE + CMake based.)

plugin_screenshot

Binaries are found under Releases.
Current version: v0.9.4 - August 8 2022

Implementation is simple: A delayed copy of the left channel is sent to the right channel and v.v., additionally the polarity is flipped on one copy. When summed to Mono the copies cancel out each other.

Use at your own risk!

*sorry, no ARM builds (yet), the MacOS version is currently not signed and not notarized