BASS.NET API for the Un4seen BASS Audio Library

BASS_VST_AUDIO_MASTER_PARAM Class

BASS.NET API for the Un4seen BASS Audio Library
This class is only needed if you subclass the audioMaster callback using BASS_VST_AUDIO_MASTER in the VSTPROC (see the VST DSK for more information).
Inheritance Hierarchy

SystemObject
  Un4seen.Bass.AddOn.VstBASS_VST_AUDIO_MASTER_PARAM

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class BASS_VST_AUDIO_MASTER_PARAM

The BASS_VST_AUDIO_MASTER_PARAM type exposes the following members.

Constructors

  NameDescription
Public methodBASS_VST_AUDIO_MASTER_PARAM
Default Constructor.
Top
Fields

  NameDescription
Public fieldaeffect
Parameter forwarded from the audioMaster callback.
Public fielddoDefault
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.
Public fieldindex
Parameter forwarded from the audioMaster callback.
Public fieldopcode
Parameter forwarded from the audioMaster callback (one of the BASSVSTDispatcherOpCodes).
Public fieldopt
Parameter forwarded from the audioMaster callback.
Public fieldptr
Parameter forwarded from the audioMaster callback.
Public fieldvalue
Parameter forwarded from the audioMaster callback.
Top
See Also

Reference