Control

@Serializable
@SerialName(value = "control")
data class Control(val controlKey: String) : ControlBinding(source)

Bind to a named model control. At run time the factor's current level value is written to the control via the model's control table (see ksl.controls.Controls).

Constructors

Link copied to clipboard
constructor(controlKey: String)

Properties

Link copied to clipboard