Skip to content

skoomabwoy/skoomaRoute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skoomaRoute

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:

Install

Download the VST3 for your platform from the Releases page.

  • Linux: Extract the .zip and copy skoomaRoute.vst3 to ~/.vst3/ or /usr/lib/vst3/.
  • Windows: Extract the .zip and copy skoomaRoute.vst3 to C:\Program Files\Common Files\VST3\.
  • macOS: Open the .dmg, drag skoomaRoute.vst3 into the VST3 Plug-Ins folder, then run xattr -cr ~/Library/Audio/Plug-Ins/VST3/skoomaRoute.vst3 in 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.

Credits

License

GPL-3.0

About

A minimal vst3 stereo routing plugin for Linux | Windows | macOS

Topics

Resources

License

Stars

Watchers

Forks

Contributors