StreamDeckSharp icon indicating copy to clipboard operation
StreamDeckSharp copied to clipboard

A simple .NET wrapper for Stream Deck

Results 9 StreamDeckSharp issues
Sort by recently updated
recently updated
newest added

Hi! First of all thanks for this library, I am a long time user and I love it !!! I have a question concerning the device id that is returned...

The boolean parameter `useWriteCache` was ignored in the Open function on the StreamDeckDeviceReference. I don't know if this is intentional or not, but I ran into a use case where...

Hi, have you ever tested the StreamDeck Mini? It seems it's not recognized when using StreamDeck.EnumerateDevices(null).

Recently got my Streamdeck Plus (ProductID 0x0084) It features 8 normal buttons , 4 ecoders with images (imagesize unknown yet, but rectangle not square) I'll play with it the next...

Hi, I tried to integrate the lib into a Unity 3D application. The connection to the device works, but unfortunately there are problems in the Unity editor because it reloads...

I created and stored a number of `KeyImage` images to improve performance during switching screens. However, during using such images, I ran into an exception: ```csharp Type: System.ArgumentNullException Message: Value...

Occasionally, when button image is replaced with `KeyImage.Black`, it does not get replaced at all, leaving images from previous screen. This happens when all buttons are replaced in sequence (e.g....

Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.1.6 to 2.1.8. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.8 What's Changed V2 - Limit Read Palette Indices by @​JimBobSquarePants in SixLabors/ImageSharp#2719 V2 - Clear Pixel Buffers...

dependencies

Coming back to this project after a few years, I was able to get everything running on my Mac M1 with no extra dependencies or changes. This seems to be...