Click or drag to resize

AudioEffectChorus Properties

The AudioEffectChorus type exposes the following members.

Properties
  NameDescription
Public propertyDry

The effect's raw signal.

Public propertyDynamicObject
Gets a new DynamicGodotObject associated with this instance.
(Inherited from Object.)
Public propertyNativeInstance (Inherited from Object.)
Public propertyResourceLocalToScene

If true, the resource will be made unique in each instance of its local scene. It can thus be modified in a scene instance without impacting other instances of that same scene.

(Inherited from Resource.)
Public propertyResourceName

The name of the resource. This is an optional identifier. If ResourceName is not empty, its value will be displayed to represent the current resource in the editor inspector. For built-in scripts, the ResourceName will be displayed as the tab name in the script editor.

(Inherited from Resource.)
Public propertyResourcePath

The path to the resource. In case it has its own file, it will return its filepath. If it's tied to the scene, it will return the scene's path, followed by the resource's index.

(Inherited from Resource.)
Public propertyVoice__1__cutoffHz

The voice's cutoff frequency.

Public propertyVoice__1__delayMs

The voice's signal delay.

Public propertyVoice__1__depthMs

The voice filter's depth.

Public propertyVoice__1__levelDb

The voice's volume.

Public propertyVoice__1__pan

The voice's pan level.

Public propertyVoice__1__rateHz

The voice's filter rate.

Public propertyVoice__2__cutoffHz

The voice's cutoff frequency.

Public propertyVoice__2__delayMs

The voice's signal delay.

Public propertyVoice__2__depthMs

The voice filter's depth.

Public propertyVoice__2__levelDb

The voice's volume.

Public propertyVoice__2__pan

The voice's pan level.

Public propertyVoice__2__rateHz

The voice's filter rate.

Public propertyVoice__3__cutoffHz

The voice's cutoff frequency.

Public propertyVoice__3__delayMs

The voice's signal delay.

Public propertyVoice__3__depthMs

The voice filter's depth.

Public propertyVoice__3__levelDb

The voice's volume.

Public propertyVoice__3__pan

The voice's pan level.

Public propertyVoice__3__rateHz

The voice's filter rate.

Public propertyVoice__4__cutoffHz

The voice's cutoff frequency.

Public propertyVoice__4__delayMs

The voice's signal delay.

Public propertyVoice__4__depthMs

The voice filter's depth.

Public propertyVoice__4__levelDb

The voice's volume.

Public propertyVoice__4__pan

The voice's pan level.

Public propertyVoice__4__rateHz

The voice's filter rate.

Public propertyVoiceCount

The amount of voices in the effect.

Public propertyWet

The effect's processed signal.

Top
See Also