|
◆ Init()
Software effect plug-in initialization. Prepares the effect for data processing, allocates memory and sets up the initial conditions.
- See also
-
- Parameters
-
in_pAllocator | Interface to memory allocator to be used by the effect |
in_pEffectPluginContext | Interface to effect plug-in's context |
in_pParams | Interface to plug-in parameters |
io_rFormat | Audio data format of the input/output signal. Only an out-of-place plugin is allowed to change the channel configuration. Object processors may receive a channel configuration with type "object" if attached to a bus configured for Audio Objects processing, but otherwise may receive a config for just 1 source. Out-of-place object processors may change the format type, in which case the host bus will automatically create an output object with the desired channel configuration. |
|