Skip to content

Virtual Studio Technology (VST) for .NET. Plugins and Host support.

License

Notifications You must be signed in to change notification settings

psychedel/vst.net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

VST.NET allows VST Plugin developers to write Plugins in any .NET language. It makes the transition between the C++ and .NET world smooth and easy. The Framework built on top of the interop layer provides a clear and structured architecture accelerating development considerably.

VST.NET has been extended to also provide support for writing a managed VST Host. The VstPluginContext class (Interop.Host) allows you to load and communicate with unmanaged (and managed) VST Plugins. For managed VST plugins there is no (double) marshalling overhead and calls are made directly between managed host and managed plugins.

VST.NET targets the 4.0 framework (runtime). The code was written with VS2012.

NOTICE: The Steinberg SDK files in Interop are removed. You have put these back if you are to build the project!

It is very much appreciated if you ... Donate

Documentation Index

Resources

License

LGPL Version 2.1


VST is a trademark of Steinberg Media Technologies GmbH.

About

Virtual Studio Technology (VST) for .NET. Plugins and Host support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 80.3%
  • C++ 17.8%
  • Visual Basic .NET 1.1%
  • Other 0.8%