Navigation
BlueprintAPI > BlueprintAPI/DMX
Converts consecutive DMX channel values to a normalized value.
Target is DMXSubsystem
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| byte | Bytes | The byte array that is converted to a normalized value. Up to 4 bytes (32 bits) are supported. |
| boolean | Use LSB | When true, the byte array is returned in little endian format (least significant byte first) otherwise big endian. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The normalized value. |