eshy / vst.net

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Using VST.NET VST.NET Samples Building the Source Code VST Resources

Products made with VST.NET

I have recently started a new project: MIDI.NET http://midinet.codeplex.com


Visit the VST.NET facebook page. http://www.facebook.com/pages/Virtual-Studio-Technology-for-NET/150408134989174

NDepend.com has sponsored me with a free license for the NDepend Pro edition. http://ndepend.com Thank you!

VST is a trademark of Steinberg Media Technologies GmbH.

About

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


Languages

Language:C# 80.0%Language:C++ 17.7%Language:Visual Basic 1.1%Language:PowerShell 0.5%Language:HTML 0.5%Language:Batchfile 0.2%Language:C 0.1%