RPE Chart Utils
    Preparing search index...

    Type Alias NoteProcess

    NoteProcess: (
        note: Note,
        line: JudgeLine,
        chart: RpeJson,
        noteIndex: number,
        lineIndex: number,
    ) => void

    A process function on a Note.

    Type Declaration

      • (
            note: Note,
            line: JudgeLine,
            chart: RpeJson,
            noteIndex: number,
            lineIndex: number,
        ): void
      • Parameters

        Returns void