BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_Resume Method

BASS.NET API for the Un4seen BASS Audio Library
Call this function after position changes or sth. like that.

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

[DllImportAttribute("bass_vst")]
public static bool BASS_VST_Resume(
	int vstHandle
)

Parameters

vstHandle
Type: SystemInt32
The VST effect handle as returned by BASS_VST_ChannelSetDSP(Int32, String, BASSVSTDsp, Int32).

Return Value

Type: Boolean
If successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks

Some VST effects will use an internal buffer for effect calculation and handling. This will reset the internal VST buffers which may remember some "old" data.
See Also

Reference