Skip to content

skoomabwoy/skoomaImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skoomaImage

Stereo image meter with Pearson correlation readout and worst-case peak-hold per playthrough. Half-circle vectorscope: hard-L dots fly left, hard-R right, mono-centre straight up.

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

Credits

License

GPL-3.0

About

A minimal vst3 stereo image meter for Linux | Windows | macOS

Topics

Resources

License

Stars

Watchers

Forks

Contributors