Forum: VB.NET Jun 5th, 2009 |
| Replies: 4 Views: 2,678 VST.NET now has a VB.NET sample. The Delay sample is now available in C# and VB.NET. |
Forum: VB.NET Jul 26th, 2008 |
| Replies: 4 Views: 2,678 The VB.NET part is where you write your plugin in. VST.NET Interop is a C++ mixed (both native and managed code in there) assembly. But the Core and Framework assemblies are C#. Your managed plugin... |
Forum: VB.NET Jul 25th, 2008 |
| Replies: 4 Views: 2,678 On windows, yes.
Take a look at VST.NET, an open source project that allows you to write VST plugins in any .NET language.
http://www.codeplex.com/vstnet
VST.NET provides a framework that... |