BASS_FX BPM/Beat options, to be used with BASS_FX_BPM_DecodeGet(Int32, Double, Double, Int32, BASSFXBpm, BPMPROGRESSPROC, IntPtr), BASS_FX_BPM_CallbackSet(Int32, BPMPROC, Double, Int32, BASSFXBpm, IntPtr) resp. BASS_FX_BPM_BeatDecodeGet(Int32, Double, Double, BASSFXBpm, BPMBEATPROC, IntPtr).
Namespace: Un4seen.Bass.AddOn.Fx
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
BASS_FX_BPM_DEFAULT | 0 |
Decode: No option.
Caution: when used with the Translate methods this flag would be identical to BASS_FX_BPM_X2. | |
BASS_FX_BPM_BKGRND | 1 |
Decode: Do the processing in a background thread.
If in use, then you can do other stuff while detection's in process. | |
BASS_FX_BPM_MULT2 | 2 | Decode: If in use, then will auto multiply bpm by 2 (if BPM < MinBPM*2). | |
BASS_FX_FREESOURCE | 65536 | Decode: Free the source handle as well? |
See Also