![]() |
![]() |
Simple stereo routing utility. Five mutually exclusive modes: send Left to both channels, send Right to both, flip phase on both, send Mid to both, send Side to both. All transitions are ramped to stay click-free. Dark and light themes.
Part of a series of small, minimal VST3 plugins:
- skoomaNAM (NAM/IR loader)
- skoomaTuner (tuner)
- skoomaLoud (loudness meter)
- skoomaImage (stereo image)
- skoomaFilter (LP filter)
- skoomaDust (lo-fi colour)
Download the VST3 for your platform from the Releases page.
- Linux: Extract the
.zipand copyskoomaRoute.vst3to~/.vst3/or/usr/lib/vst3/. - Windows: Extract the
.zipand copyskoomaRoute.vst3toC:\Program Files\Common Files\VST3\. - macOS: Open the
.dmg, dragskoomaRoute.vst3into theVST3 Plug-Insfolder, then runxattr -cr ~/Library/Audio/Plug-Ins/VST3/skoomaRoute.vst3in Terminal. This is needed because the plugin is unsigned (we don't want to pay $99/year for a free plugin).
Alternatively, you can build from source
CMake 3.22+, C++17 compiler. JUCE is fetched automatically.
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)Copy build/SkoomaRoute_artefacts/Release/VST3/skoomaRoute.vst3/ to your VST3 folder.
- Icons: Boxicons (MIT)
- Font: JetBrains Mono (SIL OFL 1.1)
GPL-3.0

