method MixerUI.prototype.create_lane
MixerUI.prototype.create_lane(
lane_name,
lane_id,
): void

Create a lane with specified lane ID

Parameters

lane_name

Lane name to view

lane_id

Lane ID of new lane, must not be duplicated

Return Type

void

Throws

TypeError

If lane_name is not string

RangeError

If lane_name is empty string

RangeError

If lane_name has non ascii or control ascii characters

RangeError

If lane_name has over 3 characters

RangeError

If specified lane_id is already existing

Usage

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