Forum: VB.NET Jun 5th, 2009 |
| Replies: 4 Views: 2,419 VST.NET now has a VB.NET sample. The Delay sample is now available in C# and VB.NET. |
Forum: C# Feb 19th, 2009 |
| Replies: 1 Views: 506 From an earlier post:
"Check out the codeplex site home page, there are links there with additional information. Especially check out the VST Resources page, it links to a couple of blog posts I... |
Forum: VB.NET Jul 26th, 2008 |
| Replies: 4 Views: 2,419 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,419 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... |