sll552 / CorsairLED-MB-Plugin

CorsairLED Musicbee Plugin
Apache License 2.0
10 stars 0 forks source link

Possible support for other device manufacturers #4

Open diogotr7 opened 6 years ago

diogotr7 commented 6 years ago

I have a logitech g810, but I tested this plugin with the CUE demo k95 and I really liked the result.

Would it be possible to add logitech/razer chroma/coolermaster/etc. sdk support to the plugin?

Im using Aurora to configure the lightning on my keyboard and that let's me visualize my music as well, but it also shows every other sound on my computer, so it's not ideal.

Anyway, great work!

sll552 commented 6 years ago

Hi, currently I am using CUE.NET to interface with the device, which is limited to Corsair devices. I rely heavily on this library so currently it is not possible to support other devices.

The same developer is working on a universal library (RGB.NET) which aims to support more manufacturers like Logitech, Razer, Coolermaster, etc. As soon as this new Project is announced to be stable, I can begin replacing the current solution with it.

I plan to work on the support for the other Corsair devices (Mouse, Headset, Mousemat) next week. When the necessary refactoring is finished, the replacement of the library should not require much work.