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

    Type Alias NoteSplitter

    key value
    type entity
    key "noteSplitter"
    is api.TargetType.NoteTrackPlayer

    The NoteSplitter device.

    Sends all incoming notes to all of it's channels which have a note output. Each note output can have different note velocity modulation.

    type NoteSplitter = {
        channels: ArrayField<NexusObject<NoteSplitterChannel>, 3>;
        displayName: PrimitiveField<string, "mut">;
        notesInput: NexusObject<Empty>;
        positionX: PrimitiveField<number, "mut">;
        positionY: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    Three channels into which notes are split.

    displayName: PrimitiveField<string, "mut">

    The user-assigned name of this device.

    notesInput: NexusObject<Empty>

    Notes Input

    key value
    is api.TargetType.NotesInput
    positionX: PrimitiveField<number, "mut">

    X position on the desktop in the DAW.

    key value
    default 0
    range full
    positionY: PrimitiveField<number, "mut">

    Y position on the desktop in the DAW.

    key value
    default 0
    range full