Constructors

Methods

Constructors

  • Creates a new DebugHelper to display debug information on the screen.

    Parameters

    • sequence: Sequence

      The Sequence instance to get timing and beat information from.

    • startScene: number = 0

      The optional scene number to start the debug display from.

    Returns DebugHelper

Methods

  • Returns void

  • Updates the debug display with the current time, scene, beat, and bar information.

    Returns void