add skeleton page (FILL MY INFO) |
m YoshBot moved page ProtoFlux:Construct Zita Parameters to ProtoFlux:ConstructZitaParameters: Automated: removing spaces from ProtoFlux namespace |
||
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
] | ] | ||
|}} | |}} | ||
The '''Construct Zita Parameters''' node creates [[Type:ZitaParameters|ZitaParameters]] which are used make a reverberation sound effect parameter input object in the [[Awwdio]] system, for use in different reverberation sound effect methods like the one for [[Component:StaticAudioClip|Static Audio Clips]]. | |||
{{Note|If you need a way to control reverb using [[Components]], use [[Component:AudioZitaReverb|AudioZitaReverb]] instead.|suggestion}} | |||
== Inputs == | == Inputs == | ||
=== InDelay ([[Type:Float|Float]]) === | === InDelay ([[Type:Float|Float]]) === | ||
The delay time before the reverb starts. | |||
=== Crossover ([[Type:Float|Float]]) === | === Crossover ([[Type:Float|Float]]) === | ||
How much the reverb "crosses over" or fades within itself. | |||
=== RT60Low ([[Type:Float|Float]]) === | === RT60Low ([[Type:Float|Float]]) === | ||
RT60 refers to the Reverberation Time, which is the time it takes for the sound energy in a room to decay by 60 decibels after the sound source has stopped. (Low End) | |||
=== RT60Mid ([[Type:Float|Float]]) === | === RT60Mid ([[Type:Float|Float]]) === | ||
RT60 refers to the Reverberation Time, which is the time it takes for the sound energy in a room to decay by 60 decibels after the sound source has stopped. (Mid End) | |||
=== HighFrequencyDamping ([[Type:Float|Float]]) === | === HighFrequencyDamping ([[Type:Float|Float]]) === | ||
The high frequency dampening for the reverb. | |||
=== EQ1Frequency ([[Type:Float|Float]]) === | === EQ1Frequency ([[Type:Float|Float]]) === | ||
The equalizer frequency (1) of the reverb. | |||
=== EQ1Level ([[Type:Float|Float]]) === | === EQ1Level ([[Type:Float|Float]]) === | ||
The equalizer volume (1) of the reverb. | |||
=== EQ2Frequency ([[Type:Float|Float]]) === | === EQ2Frequency ([[Type:Float|Float]]) === | ||
The equalizer frequency (2) of the reverb. | |||
=== EQ2Level ([[Type:Float|Float]]) === | === EQ2Level ([[Type:Float|Float]]) === | ||
The equalizer volume (2) of the reverb. | |||
=== Mix ([[Type:Float|Float]]) === | === Mix ([[Type:Float|Float]]) === | ||
The amount of audio to mix in the reverb. | |||
=== Level ([[Type:Float|Float]]) === | === Level ([[Type:Float|Float]]) === | ||
The overall level (or volume) of the reverb | |||
== Outputs == | == Outputs == |
Latest revision as of 23:48, 20 August 2025
The Construct Zita Parameters node creates ZitaParameters which are used make a reverberation sound effect parameter input object in the Awwdio system, for use in different reverberation sound effect methods like the one for Static Audio Clips.
Inputs
InDelay (Float)
The delay time before the reverb starts.
Crossover (Float)
How much the reverb "crosses over" or fades within itself.
RT60Low (Float)
RT60 refers to the Reverberation Time, which is the time it takes for the sound energy in a room to decay by 60 decibels after the sound source has stopped. (Low End)
RT60Mid (Float)
RT60 refers to the Reverberation Time, which is the time it takes for the sound energy in a room to decay by 60 decibels after the sound source has stopped. (Mid End)
HighFrequencyDamping (Float)
The high frequency dampening for the reverb.
EQ1Frequency (Float)
The equalizer frequency (1) of the reverb.
EQ1Level (Float)
The equalizer volume (1) of the reverb.
EQ2Frequency (Float)
The equalizer frequency (2) of the reverb.
EQ2Level (Float)
The equalizer volume (2) of the reverb.
Mix (Float)
The amount of audio to mix in the reverb.
Level (Float)
The overall level (or volume) of the reverb
Outputs
* (ZitaParameters)
The constructed zita parameters.