the vst inspector.
an ultra-lightweight cross-platform vst3 host for analyzing plugins.
- load plugins
- gui host with sdl3
- offline processing of video files
make sure xcode cli tools are set up, then build:
cmake -G Ninja -B build-macos
cmake --build build-macos --parallel
use vcpkg to install sdl3:
.\vcpkg install sdl3:x64-windows
using a developer command prompt:
cmake -G Ninja -B build-windows -DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake
cmake --build build-windows --parallel
thanks to the projects:
- easyvst - sdl2 wrapping vst3
- plugalyzer - inspiration