iMackshun

Untitled

Feb 26th, 2020
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. /*SECTIONS*/
  2. //Section 0
  3. _songSections.emplace_back();
  4. _songSections.back()._BPM = 76.0f;
  5. _songSections.back()._offset = 0.0f;
  6. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  7. //Section 1
  8. _songSections.emplace_back();
  9. _songSections.back()._BPM = 152.0f;
  10. _songSections.back()._offset = 12.631f;
  11. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  12. //Section 2
  13. _songSections.emplace_back();
  14. _songSections.back()._BPM = 76.0f;
  15. _songSections.back()._offset = 18.946f;
  16. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  17. //Section 3
  18. _songSections.emplace_back();
  19. _songSections.back()._BPM = 152.0f;
  20. _songSections.back()._offset = 25.261f;
  21. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  22. //Section 4
  23. _songSections.emplace_back();
  24. _songSections.back()._BPM = 76.0f;
  25. _songSections.back()._offset = 75.787f;
  26. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  27. //Section 5
  28. _songSections.emplace_back();
  29. _songSections.back()._BPM = 152.0f;
  30. _songSections.back()._offset = 88.418f;
  31. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  32. //Section 6
  33. _songSections.emplace_back();
  34. _songSections.back()._BPM = 76.0f;
  35. _songSections.back()._offset = 94.733f;
  36. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  37. //Section 7
  38. _songSections.emplace_back();
  39. _songSections.back()._BPM = 152.0f;
  40. _songSections.back()._offset = 101.048f;
  41. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  42. //Section 8
  43. _songSections.emplace_back();
  44. _songSections.back()._BPM = 76.0f;
  45. _songSections.back()._offset = 151.574f;
  46. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
  47. //Section 9
  48. _songSections.emplace_back();
  49. _songSections.back()._BPM = 152.0f;
  50. _songSections.back()._offset = 164.205f;
  51. _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
Advertisement
Add Comment
Please, Sign In to add comment