RPE Chart Utils
    Preparing search index...

    Function getSpeedIntegral

    • Compute the height integral of a speed event from its startBeat up to a given beat. Used for computing note scroll positions.

      Parameters

      • event: SpeedEvent

        Speed event.

      • bpmList: Bpm[]

        BPM list.

      • integrateEasings: boolean

        Whether to use full easing integrals (RPE ≥ 170).

      • Optionalbeat: number

        Beat to integrate up to (defaults to event.endBeat).

      Returns number

      Height accumulated over the event.