RPE Chart Utils
    Preparing search index...

    Function forEachNote

    • Iterate all notes in a chart and run a callback on each. This is the simplest way to do a one-off transformation without building an iterator.

      Parameters

      • chart: RpeJson

        The RPE chart.

      • fn: (note: Note, line: JudgeLine, lineIndex: number) => void

        Callback for each note.

      • includeFake: boolean = true

        Whether to include fake notes (default: true).

      Returns void