| Parameter | Description |
|---|---|
| context | The ControlContext associated with this call. |
| processor | The realtime counterpart being configured. |
| configuration | The audio configuration the effect will run at (sample rate, channel count, buffer size). |
| setup |
Out parameter where the effect reports per-instance setup information (e.g. sidechain
layout). Currently a placeholder; assign default unless you need to declare
something specific.
|
Called to configure the EffectInstance before it is used, and when the audio system reconfigures.
In case of reconfiguration, the TProcessor is temporarily suspended from processing,
and you can safely modify its properties.