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

    Type Alias MixerStripDisplayParameters

    key value
    type object

    Parameters most strips need that control the visual appearance of the strip in the DAW.

    type MixerStripDisplayParameters = {
        colorIndex: PrimitiveField<number, "mut">;
        displayName: PrimitiveField<string, "mut">;
        orderAmongStrips: PrimitiveField<number, "mut">;
    }
    Index

    Properties

    colorIndex: PrimitiveField<number, "mut">

    Color of the strip.

    key value
    default 0
    range [0, 41]
    displayName: PrimitiveField<string, "mut">

    Strip display name. If left empty, the DAW will use other relevant information to show a name.

    orderAmongStrips: PrimitiveField<number, "mut">

    This parameter orders the strips visually in the DAW. Orders must be globally unique amongst all strips.

    key value
    default 0
    range full