BASS.NET API for the Un4seen BASS Audio Library

BPMCounterBPMHistorySize Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the BPM history buffer size (Minimum=2, Maximum=50, Default=10).

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

public int BPMHistorySize { get; set; }

Property Value

Type: Int32
Remarks

The BPM history buffer is used to keep the last detected BPM values. The resulting BPM final value is calculated as the average value of the history.

Setting a new BPM history buffer size value will also reset the last calculated BPM values. Setting the BPM history buffer size to an even number is a good idea.

See Also

Reference