Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. //the current position of the song (in seconds)
  2. float songPosition;
  3.  
  4. //the current position of the song (in beats)
  5. float songPosInBeats;
  6.  
  7. //the duration of a beat
  8. float secPerBeat;
  9.  
  10. //how much time (in seconds) has passed since the song started
  11. float dsptimesong;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement