How would I go about getting the BPM bars for a Guitar Hero inspired game? #157
Answered
by
dreammixgames
dreammixgames
asked this question in
Q&A
-
Hey Melanchall. I'm sure I'm annoying you with all of these questions by now. But is there any way to get each beat at it's actual time and save it to a list? I assume it would be similar to getting the note times but I don't see an object for beats like I do for MidiFile.GetNotes(); |
Beta Was this translation helpful? Give feedback.
Answered by
dreammixgames
Jan 19, 2022
Replies: 1 comment
-
I ended up figuring it out. I used the microseconds of each tempo change and changed the spacing each time I had a tempo change. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dreammixgames
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ended up figuring it out. I used the microseconds of each tempo change and changed the spacing each time I had a tempo change.