Using Vst-Plugin Effects With. Net Framework

There are numerous so called "VST-plugin" effects available on the internet.

These VST effects can be used to manipulate audio.

I would like to know if there's a way to use the VST plugins with the .NET framework.

2 Answers

Yes there is!

It supports implementing plugins in a .NET langauge that will run in unmanaged/native hosts (DAW) as well as hosting (loading) unmanaged/native plugins in a .NET application.

Marc (author of VST.NET)

3

Despite the warning not to use anything from Source3, it is easy enough to get it to compile, but sure enough my DAW did not want to load it.

I was able to fix the compiler error include "pluginterfaces/base/conststringtable.cpp" by downloading Audio VST3 SDK

Then change C++/Cli project Debug and Release project settings individually to include the path. But like the author of the repo says, it won't work.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Elena Rostova

Elena Rostova

Lead Health, Wellness & Medical Journalist

Elena Rostova holds a Master's degree in Public Health Journalism. She covers groundbreaking medical research, holistic wellness trends, mental health awareness, and nutritional science.

Share this article
Twitter Facebook Pinterest