Operations Common to All Effects

Properties

EnumTypeDefaultRangeDescription
SYZ_P_GAINdoubleusually 1.0value >= 0.0The overall gain of the effect.
SYZ_P_FILTER_INPUTbiquadusually identity. if not, documented with the effect.anyA filter which applies to the input of this effect. Runs after filters on effect sends.

Functions

syz_effectReset

SYZ_CAPI syz_ErrorCode syz_effectReset(syz_Handle effect);

Clears the internal state of the effect. Intended for design/development purposes. This function may produce clicks and other artifacts and is slow.

Remarks

For more information on how effects work, see the dedicated section.