Add Calculated Bpm To Sample Sync Info

Currently, when you enable sync for a sample and then hover over the sync value, you get a handy little tooltip showing the calculated basenote and tuning. It would be nice if we could also expand this to show the calculated BPM, like so:

It would show the assumed BPM of the sample based on its length and number of beats.

If calculated from time:
beats per minute = 60 * ( beats in sample / length of sample in seconds )

If calculated from number of samples:
beats per minute = 60 * ( samplerate of the sample / length of sample in samples / beats in sample ) )

Etc.

As mentioned in this other thread.

good idea, and thanks for the (tool)tip, hadn’t noticed that before!

+1

+1
The more info the betterer