Component:AudioZitaReverb

From Resonite Wiki
Component image 
File:AudioZitaReverbComponent.png
Audio Zita Reverb component as seen in the Scene Inspector

The Audio Zita Reverb component can be used to create echo effects (called ZitaParameters) onto audio clips, or on listeners in an area using the Awwdio system. To see how to use it with audio listeners, see AudioListener.

If you need a way to control reverb using ProtoFlux, use Construct Zita Parameters instead.

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.
InDelay Float Delay in ms before reverberation begins.
Crossover Float Crossover frequency separating low and middle frequencies (Hz).
RT60Low Float Time (in seconds) to decay 60db in low-frequency band.
RT60Mid Float Time (in seconds) to decay 60db in mid-frequency band.
HighFrequencyDamping Float Frequency (Hz) at which the high-frequency T60 is half the middle-band's T60.
EQ1Frequency Float Center frequency of second-order Regalia Mitra peaking equalizer section 1.
EQ1Level Float Peak level in dB of second-order Regalia-Mitra peaking equalizer section 1
EQ2Frequency Float Center frequency of second-order Regalia Mitra peaking equalizer section 2.
EQ2Level Float Peak level in dB of second-order Regalia-Mitra peaking equalizer section 2.
Mix Float 0 is all dry, 1 is all wet.
Level Float Output scale factor (in dB).

Sync Delegates

Triggers
Method Name Method type and Arguments. Is the method hidden? Description
SetPreset:ButtonEventHandler`1<Action> ButtonEventHandler`1<Action> Runs the provided action to apply a preset.
PresetOff:Action Action X Sets the values to not have an effect at all
PresetGeneric:Action Action X Sets the values to a preset that replicates this button's name
PresetPaddedCell:Action Action X Sets the values to a preset that replicates this button's name
PresetRoom:Action Action X Sets the values to a preset that replicates this button's name
PresetBathroom:Action Action X Sets the values to a preset that replicates this button's name
PresetLivingroom:Action Action X Sets the values to a preset that replicates this button's name
PresetStoneroom:Action Action X Sets the values to a preset that replicates this button's name
PresetAuditorium:Action Action X Sets the values to a preset that replicates this button's name
PresetConcerthall:Action Action X Sets the values to a preset that replicates this button's name
PresetCave:Action Action X Sets the values to a preset that replicates this button's name
PresetArena:Action Action X Sets the values to a preset that replicates this button's name
PresetHangar:Action Action X Sets the values to a preset that replicates this button's name
PresetCarpetedHallway:Action Action X Sets the values to a preset that replicates this button's name
PresetHallway:Action Action X Sets the values to a preset that replicates this button's name
PresetStoneCorridor:Action Action X Sets the values to a preset that replicates this button's name
PresetAlley:Action Action X Sets the values to a preset that replicates this button's name
PresetForest:Action Action X Sets the values to a preset that replicates this button's name
PresetCity:Action Action X Sets the values to a preset that replicates this button's name
PresetMountains:Action Action X Sets the values to a preset that replicates this button's name
PresetQuarry:Action Action X Sets the values to a preset that replicates this button's name
PresetPlain:Action Action X Sets the values to a preset that replicates this button's name
PresetParkingLot:Action Action X Sets the values to a preset that replicates this button's name
PresetSewerPipe:Action Action X Sets the values to a preset that replicates this button's name
PresetUnderwater:Action Action X Sets the values to a preset that replicates this button's name
PresetDrugged:Action Action X Sets the values to a preset that replicates this button's name
PresetDizzy:Action Action X Sets the values to a preset that replicates this button's name
PresetPsychotic:Action Action X Sets the values to a preset that replicates this button's name

Usage

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Examples

Can be used to make global audio echo or sound like it's inside of a tin can.