A minimal VST3 tuner plugin.
![]() |
![]() |
![]() |
![]() |
Needle and strobe modes, dark and light themes. Spring-damped needle physics.
Download the VST3 for your platform from the Releases page.
- Linux: Extract the
.zipand copyskoomaTuner.vst3to~/.vst3/or/usr/lib/vst3/. - Windows: Extract the
.zipand copyskoomaTuner.vst3toC:\Program Files\Common Files\VST3\. - macOS: Open the
.dmg, dragskoomaTuner.vst3into theVST3 Plug-Insfolder, then runxattr -cr ~/Library/Audio/Plug-Ins/VST3/skoomaTuner.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. All dependencies (JUCE, FFTW3) are fetched automatically.
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)Copy build/SkoomaTuner_artefacts/Release/VST3/skoomaTuner.vst3/ to your VST3 folder.
Pitch detection from StompTuner by Hermann Meyer (brummer10), derived from Guitarix. NSDF algorithm based on work by Philip McLeod (Tartini). Icons: Font Awesome Free (SIL OFL 1.1).
GPL-3.0



