.net synthesizer

I am looking for a synthesizer that I can integrate with my .NET application. Are there any .NET synthesizers? Is there a way to integrate VST plugins into your .NET application?

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

+3
source share
1 answer

You should try http://vstnet.codeplex.com/ . It is not clear whether you want to write a plugin or a host already created (or perhaps both).

+4
source

All Articles