Haxton_Sale2

SRXD new radial graph proposal

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