Skip to content

obiwanjacobi/vst.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VST.NET 2

New Version: VST.NET 2

VST.NET 2 builds on the basis of VST.NET (1) and is completely built with .NET 5. The new version is still Windows-only and supports the Steinberg VST 2.x API.

This means that VST.NET (1) is phasing out and will not receive any more updates. If you are looking for the old VST.NET (1) code, its in the branch called vstnet1. Of course you can still ask questions about VST.NET (1), but no feature requests or bug fixes will be applied.

What is VST.NET

VST stands for Virtual Studio Technology and is an API designed by Steinberg that allows Audio and Midi plugin to work together in a Digital Audio Workstation (DAW) host application.

VST.NET allows VST Plugin developers to write Plugins for the Steinberg VST 2.x API. The interop layer makes the transition between the C++ and C# smooth and easy. The Framework built on top of the interop layer provides a clear and structured architecture accelerating development considerably.

VST.NET also allows developers to write a managed VST2 Host application. The VstPluginContext class (Host.Interop) allows you to load and communicate with unmanaged (and managed) VST Plugins. At this time there is no Framework for Host applications. But any ideas on this are welcome.

Documentation

Still a work in progress, but here they are.


Community

Discord

Discuss on the VST.NET Discord Server: https://discord.gg/QyZqQDk

Anyone can join and do not hesitate to ask a question or start a discussion.

Facebook

There is a Facebook page here.

Contribute

If you have a great idea for a new feature, have a suggestion or have found a bug, please create an issue on github. Use the appropriate template.


Donations

Yes please!

It is very much appreciated if you ... Donate

Or with Ko-Fi (requires a Ko-Fi account)


License

LGPL Version 2.1


VST is a trademark of Steinberg Media Technologies GmbH.