BASS.NET API for the Un4seen BASS Audio Library

BassVstBASS_VST_GetBypass Method

BASS.NET API for the Un4seen BASS Audio Library
Gets the current bypasses state of the the effect processing (state= or ).

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_GetBypass(
	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.
See Also

Reference