Get Beat Tempo - Whats the purpose?

Hi @sinarisinestro,

This function calculates the time in seconds of a music pulse.

As a music producer, you may wish to create delays or timers, etc. for Blueprint implemented music. As such, you will want functions that enable you to calculate music information (like BPM, number of notes, and type of note) in a way that is useful for other BP functions, like seconds for Delays.

In this case, you want to give the function the following information:

Beats Per Minute
Number of Notes
Type of Note

And it will return a time value in Seconds.


There might be a way to word it differently, there are some differences I would make to the calculation, certainly, but as it is, it should suffice and it’s quite flexible.