Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*SECTIONS*/
- //Section 0
- _songSections.emplace_back();
- _songSections.back()._BPM = 76.0f;
- _songSections.back()._offset = 0.0f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 1
- _songSections.emplace_back();
- _songSections.back()._BPM = 152.0f;
- _songSections.back()._offset = 12.631f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 2
- _songSections.emplace_back();
- _songSections.back()._BPM = 76.0f;
- _songSections.back()._offset = 18.946f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 3
- _songSections.emplace_back();
- _songSections.back()._BPM = 152.0f;
- _songSections.back()._offset = 25.261f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 4
- _songSections.emplace_back();
- _songSections.back()._BPM = 76.0f;
- _songSections.back()._offset = 75.787f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 5
- _songSections.emplace_back();
- _songSections.back()._BPM = 152.0f;
- _songSections.back()._offset = 88.418f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 6
- _songSections.emplace_back();
- _songSections.back()._BPM = 76.0f;
- _songSections.back()._offset = 94.733f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 7
- _songSections.emplace_back();
- _songSections.back()._BPM = 152.0f;
- _songSections.back()._offset = 101.048f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 8
- _songSections.emplace_back();
- _songSections.back()._BPM = 76.0f;
- _songSections.back()._offset = 151.574f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
- //Section 9
- _songSections.emplace_back();
- _songSections.back()._BPM = 152.0f;
- _songSections.back()._offset = 164.205f;
- _songSections.back()._secondsPerBeat = 1.0f / (_songSections.back()._BPM / 60.0f);
Advertisement
Add Comment
Please, Sign In to add comment