Skip to content

redthing1/vstshill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vstshill

the vst inspector.

an ultra-lightweight cross-platform vst3 host for analyzing plugins.

features

  • load plugins
  • gui host with sdl3
  • offline processing of video files

build

macos

make sure xcode cli tools are set up, then build:

cmake -G Ninja -B build-macos
cmake --build build-macos --parallel

windows

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

acknowledgements

thanks to the projects:

About

ultra-lightweight vst3 host and inspector

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages