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

    Type Alias Beatbox8PatternStep

    key value
    type object

    A single step inside a pattern

    type Beatbox8PatternStep = {
        bassdrumIsActive: PrimitiveField<boolean, "mut">;
        clapMaracasIsActive: PrimitiveField<boolean, "mut">;
        closedHihatIsActive: PrimitiveField<boolean, "mut">;
        cowbellIsActive: PrimitiveField<boolean, "mut">;
        cymbalIsActive: PrimitiveField<boolean, "mut">;
        isAccented: PrimitiveField<boolean, "mut">;
        openHihatIsActive: PrimitiveField<boolean, "mut">;
        rimClavesIsActive: PrimitiveField<boolean, "mut">;
        snaredrumIsActive: PrimitiveField<boolean, "mut">;
        tomCongaHighIsActive: PrimitiveField<boolean, "mut">;
        tomCongaLowIsActive: PrimitiveField<boolean, "mut">;
        tomCongaMidIsActive: PrimitiveField<boolean, "mut">;
    }
    Index

    Properties

    bassdrumIsActive: PrimitiveField<boolean, "mut">

    Whether the bassdrum is active in this step.

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

    Whether the handclap/maracas is active in this step.

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

    Whether the closed hihat is active in this step.

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

    Whether the cowbell is active in this step.

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

    Whether the cymbal is active in this step.

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

    If this is true, all active instruments in this step are accented, i.e. they are played louder than the other steps.

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

    Whether the open hihat is active in this step.

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

    Whether the rimshot/claves is active in this step.

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

    Whether the snaredrum is active in this step.

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

    Whether the high tom/high conga is active in this step.

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

    Whether the low tom/low conga is active in this step.

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

    Whether the mid tom/mid conga is active in this step.

    key value
    default false