BASS.NET API for the Un4seen BASS Audio Library

UtilsSeconds2BPM Method

BASS.NET API for the Un4seen BASS Audio Library
Calculates the BPM value which represented the given length for one beat.

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static float Seconds2BPM(
	double seconds
)

Parameters

seconds
Type: SystemDouble
The length of one beat in seconds.

Return Value

Type: Single
The translated BPM value (or -1 if seconds is zero).
See Also

Reference