BASS.NET API for the Un4seen BASS Audio Library

BASS_SAMPLEmingap Field

BASS.NET API for the Un4seen BASS Audio Library
Minimum time gap in milliseconds between creating channels using BASS_SampleGetChannel(Int32, BASSFlag). This can be used to prevent flanging effects caused by playing a sample multiple times very close to eachother. The default setting, when loading/creating a sample, is 0 (disabled).

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

public int mingap

Field Value

Type: Int32
See Also

Reference