Documentation
    Preparing search index...

    Class Player

    Index
    • Seeks playback to the passed position.

      Parameters

      • position: `${number}:${number}:${number}`

        The new position.

      Returns Player

      The current Player instance.

    • Sets the current transport bpm value.

      Parameters

      • value: number

        The new bpm value.

      Returns void

      Value must be in the ${BPM_RANGE} range, received ${value} instead if the passed value is not the BPM range.