Component:AudioFilterBlendWrapper

From Resonite Wiki
Component image 
File:AudioFilterBlendWrapperComponent.png
Audio Filter Blend Wrapper component as seen in the Scene Inspector

The Audio Filter Blend Wrapper component is used to wrap other filters and provides blending functionality. This is useful for audio reverb zones, allowing each listener with its own blend weight to share the same instance of AudioZitaReverb (and potentially other filters in the future)

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
BlendWeight Float The amount of weight this filter has with other filters.
NestedFilter AudioDSP_Effect The filter this wraps around.

Usage

See Component:AudioListener.

Examples

See Component:AudioListener.

See Also