You can create custom effect from a function with EffectCallback.
Called before the effect is used in playback. Initialize state here.
Actual effect processing.
Get all parameters in this effect.
Get number of parameters.
Get a parameter by index.
See Implementation
You can create custom effect from a function with EffectCallback.