class DMXLanes
extends EventTarget

DMX control lanes UI

Constructors

new
DMXLanes(container)

DMX control lanes UI

Properties

Set user labels

Get user labels

Methods

set_value(
channel,
value,
): void

Set value to a lane

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

Usage

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