Show / Hide Table of Contents

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

Parameter forwarded from the audioMaster callback.

Declaration
public int Index
Field Value
Int32

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

Value

Parameter forwarded from the audioMaster callback.

Declaration
public int Value
Field Value
Int32

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx