RPE Chart Utils
    Preparing search index...

    Function getNoteJudgmentPosition

    • Compute the judgment position of a note (position ON the judgment line). This is where hit effects appear. Uses only the yOffset, not the full distance.

      Parameters

      • chart: RpeJson

        The parsed RPE chart.

      • lineIndex: number

        Index of the line.

      • noteIndex: number

        Index of the note.

      • beat: number

        Current beat.

      • chartFlipping: number = 0

        Chart flipping flags.

      Returns Vec2 | null

      The judgment position in scene coordinates, or null if invalid.