BASS.NET API for the Un4seen BASS Audio Library

BPMCounterReset Method

BASS.NET API for the Un4seen BASS Audio Library
Call this to reset all internal buffers and/or to change the current samplerate of the audio signal to be processed.

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

public void Reset(
	int samplerate
)

Parameters

samplerate
Type: SystemInt32
The new samplerate (specify -1 to leave the current one).
Remarks

You should at best call this method every time you play a new track. But you might also call this method if the calculated BPM is wrong and you wanted to give it a fresh try.
See Also

Reference