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

    Type Alias TonematrixPattern

    key value
    type entity
    key "tonematrixPattern"
    is

    A tonematrix pattern entity.

    type TonematrixPattern = {
        groove: PrimitiveField<NexusLocation, "mut">;
        slot: PrimitiveField<NexusLocation, "immut">;
        steps: ArrayField<NexusObject<TonematrixStep>, 16>;
    }
    Index

    Properties

    Properties

    Every pattern can have a groove applied individually.

    key value
    default empty location
    required false
    targets api.TargetType.Groove, meaning one of:
    entities.Groove

    The slot in the tonematrix that this pattern belongs to.

    key value
    default no default, required
    required true
    targets api.TargetType.TonematrixPatternSlot, meaning one of:
    entities.Tonematrix.patternSlots
    immutable true

    The steps in this pattern; a list of 16 elements, each representing a step in the pattern.