Converts milliseconds to a tempo (beats per minute)

Declaration Syntax
public static double MillisecondsToTempo(
int milliseconds
)
Public Shared Function MillisecondsToTempo ( _
milliseconds As Integer _
) As Double

Parameters
- milliseconds (Int32)
- Value in milliseconds

Return Value
Value in tempo (BPM)
Assembly:
MPfm.Core (Module: MPfm.Core) Version: 0.5.3.0 (0.5.3.0)