.net synthesizer

642 Views Asked by At

I'm looking for a synthesizer that I can integrate with my .NET application. Is there any .NET synthesizers available out there? Is there a way of integrating VST-plugins into your .NET application?

I want to create sounds based on MIDI-input, preferably sounds that are more appealing than sine/square/saw waves.

1

There are 1 best solutions below

3
On BEST ANSWER

You should try http://vstnet.codeplex.com/ What is not clear is if you want to write a plugin or host an already created one (or maybe both).