Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BeepSequence

name

BeepSequence

Hierarchy

  • BeepSequence

Index

Constructors

Properties

beeps: Beep[]
tempo: number

Methods

  • lengthInSeconds(): number
  • The length of the playtime in seconds.

    Returns number

  • toBeepCommand(): string
  • Return the beep command.

    Returns string

  • toGRUBInitTune(): string
  • Return the GRUB init tune.

    Returns string

  • toHash(): string
  • Return the URL hash for the sequence. Each note is "frequency (Hz), length (ms), repeats" separated by "|", with defaults (440 200 1). Notes are separated by ",".

    Returns string

  • toString(): string
  • The text representation.

    Returns string

Generated using TypeDoc