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

    Type Alias TempoAutomationTrack

    key value
    type entity
    key "tempoAutomationTrack"
    is api.TargetType.AutomationCollection

    The track automation the project's tempo. Can exist at most once per project.

    TempoAutomation tracks don't have regions, but are pointed to by automation events directly, which is why they're marked as an AutomationCollection.

    type TempoAutomationTrack = {
        isEnabled: PrimitiveField<boolean, "mut">;
    }
    Index

    Properties

    Properties

    isEnabled: PrimitiveField<boolean, "mut">

    If the track is disabled, no automation is applied on project tempo.

    key value
    default true