Type:AudioRolloffMode: Difference between revisions

From Resonite Wiki
Zandario (talk | contribs)
m LogiX -> ProtoFlux
 
type not types
Line 1: Line 1:
'''AudioRolloffMode''' is an [[:Category:Enums|Enum]] used in many audio processing components (such as [[AudioOutput (Component)|AudioOutput]]) and ProtoFlux nodes and refers to how the audio's volume decreases as you move away from it spatially.
'''AudioRolloffMode''' is an [[:Category:Enums|Enum]] used in many audio processing components (such as [[AudioOutput (Component)|AudioOutput]]) and ProtoFlux nodes and refers to how the audio's volume decreases as you move away from it spatially.
{| class="wikitable"
|-
| Color
| Type
|-
| style="background-color:{{AudioRolloffMode-color}}" |
| AudioRolloffMode
|}


= Possible Values =
= Possible Values =
Line 27: Line 17:


[[Category:Enums]]
[[Category:Enums]]
[[Category:Types]]
[[Category:Type]]

Revision as of 18:21, 16 January 2024

AudioRolloffMode is an Enum used in many audio processing components (such as AudioOutput) and ProtoFlux nodes and refers to how the audio's volume decreases as you move away from it spatially.

Possible Values

Value Description Numeric Value
Logarithmic As you move away, the audio will roll off with a Logarithmic Curve. 0
Linear As you move away, the audio will roll off with a Linear Curve. 1