Type alias NoteSchedule

NoteSchedule: {
    [beat: number]: NoteEvent[];
}

Note schedule

Type declaration