1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00
RGB.NET/RGB.NET.Devices.OpenRGB
2023-03-09 15:33:50 +00:00
..
2023-03-09 15:33:50 +00:00
2023-03-09 15:33:50 +00:00
2023-03-09 15:33:50 +00:00
2023-03-09 15:33:50 +00:00
2023-03-09 15:33:50 +00:00
2023-01-06 15:51:31 +01:00

RGB.NET Device-Provider-Package for E1.31 DMX-Devices.

Usage

This provider does not load anything by default and requires additional configuration to work.

// Add as many OpenRGB-instances as you like
OpenRGBDeviceProvider.Instance.AddDeviceDefinition(new OpenRGBServerDefinition());

surface.Attach(OpenRGBDeviceProvider.Instance.Devices);

You can also configure additional things like IP and Port in the ServerDefinition.

Required SDK

This provider does not require an additional SDK.