BASS.NET API for the Un4seen BASS Audio Library

WaveFormTempoFactor Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the tempo adjustment factor in percent (e.g. 0.05 for +5% or -0.1 for -10%, default is 0).

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

public double TempoFactor { get; set; }

Property Value

Type: Double
Remarks

Make sure to set this property after you have called SyncPlayback(Int32) (when this is needed), since SyncPlayback(Int32) will reset the tempo factor to 0.

Adjusting the tempo factor might be desired, if you want to display a zoomed wave form according to the current playback speed/tempo, if that was changes e.g. by a BASS_FX tempo stream. Normally this is only needed, if you display two or more partial (zoomed) wave forms in parallel.

See Also

Reference