Struct BassVstAudioMasterParam
This class is only needed if you subclass the audioMaster callback using AudioMaster in the VstProcedure (see the VST DSK for more information).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Vst.dll
Syntax
public struct BassVstAudioMasterParam
Fields
AEffect
Parameter forwarded from the audioMaster callback.
Declaration
public IntPtr AEffect
Field Value
IntPtr
|
DoDefault
Set this to 0 if you want to skip the normal BASS_VST audioMaster processing. In this case the return value is forwarded to the effect.
Declaration
public long DoDefault
Field Value
Int64
|
Index
OpCode
Parameter forwarded from the audioMaster callback (one of the BassVstDispatcherOpCodes).
Declaration
public BassVstDispatcherOpCodes OpCode
Field Value
BassVstDispatcherOpCodes
|
Option
Parameter forwarded from the audioMaster callback.
Declaration
public float Option
Field Value
Single
|
Pointer
Parameter forwarded from the audioMaster callback.
Declaration
public IntPtr Pointer
Field Value
IntPtr
|