Quite a while ago, I connected a BLE sensor (heart rate) to Gamma. I remember well that it wasn’t easy, and I explored a number of approaches before settling on one. It worked in 7.0-0361. By the way, it opens without any problems in this version.
Now I open the patch in 7.1-15 and Microsoft.Windows.SDK.NET is missing! Is this a bug or was I just being pushy enough?
Installing Microsoft.Windows.SDK.NET.Ref via nuget is not possible (‘Package “Microsoft.Windows.SDK.NET.Ref 10.0.26100.78” has a package type “DotnetPlatform” that is not supported by project “C:\Users\USER\AppData\Local\vvvv\gamma-preview\nugets”.’)
Could you please give this some attention? The problem is that a number of bugs in version 7.0-Preview prevent me from working correctly with what I have in mind, and I cannot switch to 7.1-Preview, where these bugs have been fixed (something with bytes), because it does not have Microsoft.Windows.SDK.NET. I just don’t quite understand: did I install it somehow, or is this package simply no longer available in version 7.0 and newer for some reason? Will it be available again?
Is this WinRT specific? If yes then yes, we used that during preview but managed to get rid of it in final release version as it was making trouble in lots of other areas.
Can you maybe find a similar API not depending on WinRT?
@antokhio Exactly. That helped me remember that this is most likely how it was installed.
Thank you very much.
@Elias Most likely (based on what I remember), this is the only API that works with Bluetooth without any problems. Everything else either doesn’t work or works poorly for various reasons. Often the problem lies in compatibility with VVVV, where you need to subscribe to some event or something like that.
I can confirm that. Manual installation via download works.