As a developer, I am working on a .Net project, which is a music listening development application. The first compromise I had to make is that the NAudio and DryWetMidi packages are only handled by Visual Studio with WPF 6.0.
The other, more critical, is a Windows 11 system issue. To create the Midi connection, I use the free software LoopMidi and LoopBe1, which are the only two software available in this category, and I also tried my tests with Bome Midi Translator, which is paid. I did my tests with two VSTs, the Korg M1 VST and the Korg Wavestation VST.
The problem is that the Windows 11 security packages not only disable the operation of midiLoops, but also make it impossible for the above VSTs to function normally. The above applications probably use Virtual drivers, and their operation will be blocked with the update.
wusa /uninstall /kb:5074105
After removing the latest security package, the loops and VSTs started working properly.
wusa /uninstall /kb:5077181
What is the solution, because I had to stop additional Windows 11 updates to make the above VSTs and drivers work properly?