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

    Type Alias TonematrixStep

    key value
    type object

    A step for a tonematrix pattern.

    type TonematrixStep = {
        notes: ArrayField<PrimitiveField<boolean, "mut">, 16>;
    }
    Index

    Properties

    Properties

    notes: ArrayField<PrimitiveField<boolean, "mut">, 16>

    Represents which notes are active (0 is top, 15 is bottom). Notes are pentatonic starting from C4 (at the bottom), so notes are in reverse order: C4, D4, F4, G4, A4; C5, D5, etc.

    key value
    default false