Static variables
View in GitHub
staticbeatsPerMeasure:Float = 4
Number of beats per mesure (top number in time signature). Defaults to 4.
View in GitHub
staticbpmChangeMap:Array<BPMChangeEvent> = []
Array of all BPM changes that have been mapped.
View in GitHub
staticcrochet:Float = ((60 / bpm) * 1000)
Current Crochet (time per beat), in milliseconds.
View in GitHub
staticstepCrochet:Float = crochet / 4
Current StepCrochet (time per step), in milliseconds.
View in GitHub
staticstepsPerBeat:Float = 4
Number of steps per beat (bottom number in time signature). Defaults to 4.
Static methods
View in GitHub
staticmapBPMChanges(song:ChartData):Void
Maps BPM changes from a song.
Parameters:
song | Song to map BPM changes from. |
---|