method DMXLanes.prototype.set_value
DMXLanes.prototype.set_value(
channel,
value,
): void

Set value to a lane

MessageEvent("value-changed") won't be dispatched from this method

Parameters

channel

Channel to set value

value

Modified value

Return Type

void

Usage

import { DMXLanes } from "DMXLanes/DMXLanes.js";