@audiotool/nexus - v0.0.12
    Preparing search index...

    Type Alias DesktopNoteCable

    key value
    type entity
    key "desktopNoteCable"
    is

    A cable connecting a note output to a note input on the desktop.

    type DesktopNoteCable = {
        colorIndex: PrimitiveField<number, "mut">;
        fromSocket: PrimitiveField<NexusLocation, "mut">;
        toSocket: PrimitiveField<NexusLocation, "mut">;
    }
    Index

    Properties

    colorIndex: PrimitiveField<number, "mut">

    Index of the color. The meaning of the color index is implementation-specific.

    key value
    default 0
    range [0, 41]
    fromSocket: PrimitiveField<NexusLocation, "mut">

    Pointer to a note output from which notes are transported.

    key value
    default no default, required
    required true
    targets api.TargetType.NotesOutput, meaning one of:
    entities.MatrixArpeggiator.notesOutput,
    entities.NoteSplitterChannel.notesOutput,
    entities.Tonematrix.noteOutput
    toSocket: PrimitiveField<NexusLocation, "mut">