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

    Type Alias MachinisteChannelPattern

    key value
    type object

    Holds the pattern steps for a single machiniste chanel.

    type MachinisteChannelPattern = {
        isExclusive: PrimitiveField<boolean, "mut">;
        isMuted: PrimitiveField<boolean, "mut">;
        steps: ArrayField<NexusObject<MachinisteStep>, 128>;
    }
    Index

    Properties

    isExclusive: PrimitiveField<boolean, "mut">

    Specifies whether the channel is grouped as "exclusive", preventing channels from playing notes on the same step

    key value
    default false
    isMuted: PrimitiveField<boolean, "mut">

    Specifies whether the channel is muted

    key value
    default false

    Storage of the pattern steps.