Skip to content

skoomabwoy/skoomaTuner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skoomaTuner

A minimal VST3 tuner plugin.

Needle and strobe modes, dark and light themes. Spring-damped needle physics.

Install

Download the VST3 for your platform from the Releases page.

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

Credits

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).

License

GPL-3.0

About

Minimal VST3 tuner plugin. Needle and strobe modes, dark and light themes. Pitch detection from Guitarix by brummer10.

Topics

Resources

License

Stars

Watchers

Forks

Contributors