The BASS_VST_AUDIO_MASTER_PARAM type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| aeffect |
Parameter forwarded from the audioMaster callback.
| |
| 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.
| |
| index |
Parameter forwarded from the audioMaster callback.
| |
| opcode |
Parameter forwarded from the audioMaster callback (one of the BASSVSTDispatcherOpCodes).
| |
| opt |
Parameter forwarded from the audioMaster callback.
| |
| ptr |
Parameter forwarded from the audioMaster callback.
| |
| value |
Parameter forwarded from the audioMaster callback.
|
See Also