Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Match: Sum(abs(Horizontal distance between each matches, taps, and hold starts))
- Tap: # of taps + # of hold starts
- Spin: # of spins
- Hold: Sum(abs(Horizontal distance between Hold Start - Hold end)) + Sum(abs(Horizontal distance between Hold end - Hold end)
- Beat: (1/2*(# of on-beat Beats) + (# of off-beat Beats) + (# of beat lifts)) with "On-beat" defined as quantized to quarter notes
- Lift: (# of hold lifts + # of beat lifts)
- Match: Distinguishes between match streams with low movement (as in Rattlesnake EX) VS match streams with lots of movement (as in Believe EX)
- Tap: Nothing much
- Spin: Distinguishes between one long spin VS lots of short spins
- Hold: See Match, but it only counts movements made inside of all Holds
- Beat: A way to distinguish between on- and off- Beats
- Lift: Removed Beat Hold category. Now Beat Hold is lumped with (Tap) Hold lifts
- + "Beat Hold" is gone, the graph labels might look cleaner idk
- - H songs will have hexagonal graphs, there will be no pentagonal graphs
Advertisement
Add Comment
Please, Sign In to add comment