UNPKG

@osbjs/osbjs

Version:

a minimalist osu! storyboarding framework

12 lines (11 loc) 270 B
import { SampleSet } from '../Enums/SampleSet'; export interface ITimingPoint { time: number; beatLength: number; meter: number; sampleSet: SampleSet; sampleIndex: number; volume: number; uninherited: boolean; kiai: boolean; }