Flat Eric
Flat Eric
Small update, I somehow managed to modify the code when the code hit a breakpoint, then I used CTR+S to save and continue, the code was then executed with the...
The std SD looks like this and works fine: Stream Deck USB Input Device HID (Human Interface Device) Yes Yes No No AL07I1C02237 9/19/2022 6:33:55 PM 9/13/2022 3:54:04 PM 0fd9...
So looking at https://github.com/OpenMacroBoard/StreamDeckSharp/blob/master/src/StreamDeckSharp/UsbConstants.cs internal static class ProductIds { public const int StreamDeck = 0x0060; public const int StreamDeckRev2 = 0x006d; public const int StreamDeckMK2 = 0x0080; public const int...
Thank you!
Hi, another update after more than 2 years :) In the meantime I was playing with CEF and webView2 but they both have massive disadvantages, for the interested reader her...
Appreciate the effort. I just tested this and unfortunately the SD Mini rev2 is still not recognized. I'll try to download the source and dig into the issue with a...
> Oh shoot, I missed something. New version available here: ([4.2.0-preview](https://www.nuget.org/packages/StreamDeckSharp/4.2.0-preview)) > > If it still doesn't work and you want to checkout the source, the simplest way would be...
Tested with 4.2.0-preview: * [x] The new Stream Deck Mini Rev2 is recognized by StreamDeckSharp * [x] Brightness control works as expected Tested 2 brightness levels 10% and 100% *...
Concerning the StreamDeck XL Rev2, here's my USBDevice dump, it confirms the product id 008f: Stream Deck XL USB Input Device HID (Human Interface Device) Yes Yes No No CL01M3A02519...
> I'm currently planning a redesign of the interfaces in OpenMacroBoard, because I also want to support devices like Streamdeck Plus and Loupedeck CT which looks like this: > >...