Class TimingState

Constructors

Properties

Methods

Constructors

Properties

midiEvents: undefined | Partial<MidiEvents>
tempo: Pick<{
    Base?: "Half" | "Eighth" | "Eighth Dotted" | "Quarter" | "Quarter Dotted" | "Half Dotted";
    Placement?: string;
    Pos?: number;
    Tempo: number;
    Text?: string;
    Wide?: boolean;
}, "Tempo" | "Base"> = defaultTempo

Type declaration

  • Optional Base?: "Half" | "Eighth" | "Eighth Dotted" | "Quarter" | "Quarter Dotted" | "Half Dotted"
  • Optional Placement?: string

    Example

    "AsStaffSignature"
    
  • Optional Pos?: number

    Example

    6
    

    Example

    8
    

    Example

    10
    

    Example

    14
    
  • Tempo: number

    Example

    90
    
  • Optional Text?: string

    Example

    "Allegro"
    

    Example

    "Andantino"
    

    Example

    "Andante"
    

    Example

    "Moderato"
    

    Example

    "Allegretto"
    

    Example

    "Adagio"
    

    Example

    "Largo"
    
  • Optional Wide?: boolean

    Example

    true
    
timeSignature: [number, number] = defaultTimeSignature

Methods

Generated using TypeDoc