Skip to content

skoomabwoy/skoomaFilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skoomaFilter

Surge XT's LP K35 with 5 selectable saturation modes, Cutoff and Resonance knobs. Input/Output gain with dB-keyed peak meters. Mono/Stereo input. 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 skoomaFilter.vst3 to ~/.vst3/ or /usr/lib/vst3/.
  • Windows: Extract the .zip and copy skoomaFilter.vst3 to C:\Program Files\Common Files\VST3\.
  • macOS: Open the .dmg, drag skoomaFilter.vst3 into the VST3 Plug-Ins folder, then run xattr -cr ~/Library/Audio/Plug-Ins/VST3/skoomaFilter.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++20 compiler. All dependencies (JUCE, sst-filters, sst-basic-blocks, simde) are fetched automatically.

cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)

Copy build/SkoomaFilter_artefacts/Release/VST3/skoomaFilter.vst3/ to your VST3 folder.

Credits

  • Filter: sst-filters (Surge Synth Team, GPL-3.0-or-later) — adapted from Odin 2 (GPL-3.0), which follows Will Pirkle's Designing Software Synthesizer Plug-Ins in C++
  • Icons: Boxicons (MIT)
  • Font: JetBrains Mono (SIL OFL 1.1)

License

GPL-3.0

About

A minimal vst3 colourful filter plugin for Linux | Windows | macOS

Topics

Resources

License

Stars

Watchers

Forks

Contributors