Skip to content

mikeoliphant/Vst3VisualStudioExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vst3VisualStudioExample

A simple windows VST3 example plugin using Visual Studio

The is a sample Visual Studio project to build a simple VST3 plugin. It creates a plugin with a single parameter that performs a simple gain adjustment.

Building

You will need to have CMake (https://cmake.org) installed.

From a shell, run the following:

git clone --recursive https://github.com/mikeoliphant/Vst3VisualStudioExample
cd Vst3VisualStudioExample
mkdir vstbuild
cd vstbuild
cmake.exe -G "Visual Studio 16 2019" -A x64 ../vst3sdk

Then you can load "VST3Test.sln" in Visual Studio and build the plugin.

About

A simple windows VST (VST3) example plugin using Visual Studio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages