BASS.NET API for the Un4seen BASS Audio LibraryBASS_VST_AUDIO_MASTER_PARAM MembersBASS.NET API for the Un4seen BASS Audio Library

The BASS_VST_AUDIO_MASTER_PARAM type exposes the following members.
Constructors

  NameDescription
Public methodBASS_VST_AUDIO_MASTER_PARAM
Default Constructor.
Back to 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.
Back to Top
See Also