View Single Post
Join Date: Jul 2008
Posts: 4
Reputation: obiwanjacobi is an unknown quantity at this point 
Solved Threads: 0
obiwanjacobi obiwanjacobi is offline Offline
Newbie Poster

Re: VST programming in Visual Basic

 
0
  #2
Jul 25th, 2008
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 simplifies and structures the VST interface allowing you to setup your plugin skeleton in no time.

It also comes with a couple of samples that demonstrate typicall plugin constructs. The delay sample is a working delay complete with parameters, programs and persistence. The Midi Note Mapper demonstrates how to do Midi In/Out and custom UI.

Grtx,
Marc Jacobi
Reply With Quote