Is your feature request related to a problem? Please describe.
I wonder whether it is possible to get rid of the C++/CLI code in favor of C#.
Describe the solution you'd like
In .NET 5.0, it should be possible to do something like this with DNNE, which will possibly become part of >NET itself in future. It also promises multi platform support.
Describe alternatives you've considered
Leave as it. It is likely that porting the VST2 code is more difficult than the VST3 code, which has a very small C++/CLI interop layer anyway.
Is your feature request related to a problem? Please describe.
I wonder whether it is possible to get rid of the C++/CLI code in favor of C#.
Describe the solution you'd like
In .NET 5.0, it should be possible to do something like this with DNNE, which will possibly become part of >NET itself in future. It also promises multi platform support.
Describe alternatives you've considered
Leave as it. It is likely that porting the VST2 code is more difficult than the VST3 code, which has a very small C++/CLI interop layer anyway.