fmod_MixerBusEffectChain_addEffect
Add an audio effect to the end of a mixer bus effect chain in FMOD Studio using a predefined preset or effect type.
Instructions
Creates an effect and adds it to the end of the chain. Returns the effect ManagedObject . [method · MixerBusEffectChain.addEffect]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Object to act on: a path (e.g. 'event:/SFX/Hit', 'bank:/Master') or a '{guid}'. | |
| effectDefinition | Yes | Either an EffectPreset , a model.MixerEffect that is a preset , or one of the following strings: - ThreeEQEffect - ChannelMixEffect - ChorusEffect - CompressorEffect - ConvolutionReverbEffect - DistortionEffect - DelayEffect - FlangerEffect - GainEffect - LimiterEffect - MultibandEqEffect - PitchShifterEffect - SFXReverbEffect - TransceiverEffect - TremoloEffect - HighpassEffect - HighpassSimpleEffect - LowpassEffect - LowpassSimpleEffect - ParamEqEffect - SpatialiserEffect - ObjectSpatialiserEffect - LoudnessMeter |