LiveSPICE icon indicating copy to clipboard operation
LiveSPICE copied to clipboard

Switch to .net 5.0

Open dsharlet opened this issue 5 years ago • 2 comments

.net 5.0 is up to 2x faster than .net 4.8. Switching to .net 5.0 for the LiveSPICE app can be done easily by just using that, but the VST plugin has a harder time. I think we need a SharpSoundDevice built with .net 5.0.

dsharlet avatar Nov 17 '20 06:11 dsharlet

I'm working on my own managed VST bridge implementation for another project. It is currently using .NET Framework, but I plan to switch to .NET Core. Once it is stable, I can look into using it for the LiveSPICE VST.

mikeoliphant avatar Nov 17 '20 21:11 mikeoliphant

That would be great!

dsharlet avatar Nov 18 '20 04:11 dsharlet