-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interop code in C# #45
Comments
Yes! I so want to get rid of the C++/CLI layer for that would mean that it would become truly cross-platform. Also known as |
Is the VST3 code stable enough to be used like the vst2 RC? Or is it
still in ALPHA stage?
I'd be very happy to contribute to the project in whatever way I could.
Writing a VST in C++ really has its downsides.
|
VST.NET 3 is starting to work. I would not even claim alpha level quality. |
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.
The text was updated successfully, but these errors were encountered: