Steinberg plugins, HELP Please!

  • Thread starter Thread starter Doker
  • Start date Start date
D

Doker

Hi.

Do you know a managed (.net) version of the VST Steingerg Interface, or
compiled COM Dll with needed classes
that .net programmer can use. To use this VST plugin Interface which mans to
create a plugin dll it is required to inherit from the audioeffectx or
audioeffect class, but it's in native C++ only and that's why there are so
many problems with implementing it in C# or VB.NET

Greetings,
Doker
 
Hi Doker,

Don't know the answer, unfortunately, but wanted to know if you'd had any luck elsewhere!

Cheers,

DannySparks
Hi.
compiled COM Dll with needed classes
that .net programmer can use. To use this VST plugin Interface which mans to
create a plugin dll it is required to inherit from the audioeffectx or
audioeffect class, but it's in native C++ only and that's why there are so
many problems with implementing it in C# or VB.NET

User submitted from AEWNET (http://www.aewnet.com/)
 
I have not done it but I would go for a project that implements it in C++
and then exposes it to the managed world.

This would be the only way you could load VST plugins.

But, if you want to write a plugin you would need a win32 dll, so again you
will have to write something in C++.

Best Regards,
Alejandro Lapeyre
 
Back
Top