Player::setVoiceFx
Syntax
player.setVoiceFx(fxType, priority);
Required Arguments
- fxType: One of the following types of effect (see BASSFXType)
- priority: The priority of the new FX, which determines it's position in the DSP chain - DSP/FX with higher priority are applied before those with lower. This parameter has no effect with DX8 effects when the "with FX flag" DX8 effect implementation is used.
Example
Client-Side