Component:AudioFilterBlendWrapper: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Audio Filter Blend Wrapper
|Name=Audio Filter Blend Wrapper
}}
}}
The '''Audio Filter Blend Wrapper''' component
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)
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|BlendWeight|Float|
|BlendWeight|Float| The amount of weight this filter has with other filters.
|NestedFilter|AudioDSP_Effect|
|NestedFilter|AudioDSP_Effect| The filter this wraps around.
}}
}}


== Usage ==
== Usage ==
See [[Component:AudioListener]].


== Examples ==
== Examples ==
See [[Component:AudioListener]].


== See Also ==
== See Also ==
* [[Component:AudioListener]]
* [[Awwdio]]


[[Category:Components:Audio{{#translation:}}|Audio Filter Blend Wrapper]]
[[Category:Components:Audio{{#translation:}}|Audio Filter Blend Wrapper]]
[[Category:Components{{#translation:}}|Audio Filter Blend Wrapper]]
[[Category:Components{{#translation:}}|Audio Filter Blend Wrapper]]
[[Category:ComponentStubs]]

Latest revision as of 05:11, 9 May 2025

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