Inheritance #

RefCounted

- AESContext
- AStar2D
- AStar3D
- AStarGrid2D
- AudioEffectInstance (1)
- AudioSample
- AudioSamplePlayback
- AudioStreamPlayback (5)
- CameraFeed
- CharFXTransform
- ConfigFile
- Crypto
- DTLSServer
- DirAccess
- ENetConnection
- EditorContextMenuPlugin
- EditorDebuggerPlugin
- EditorDebuggerSession
- EditorExportPlatform (6)
- EditorExportPlugin
- EditorExportPreset
- EditorFeatureProfile
- EditorFileSystemImportFormatSupportQuery
- EditorInspectorPlugin
- EditorResourceConversionPlugin
- EditorResourcePreviewGenerator
- EditorResourceTooltipPlugin
- EditorSceneFormatImporter (4)
- EditorScenePostImport
- EditorScenePostImportPlugin
- EditorScript
- EditorTranslationParserPlugin
- EncodedObjectAsID
- EngineProfiler
- Expression
- FileAccess
- GLTFObjectModelProperty
- HMACContext
- HTTPClient
- HashingContext
- ImageFormatLoader (1)
- JavaClass
- JavaObject
- JavaScriptObject
- KinematicCollision2D
- KinematicCollision3D
- Lightmapper (1)
- MeshConvexDecompositionSettings
- MeshDataTool
- MultiplayerAPI (2)
- Mutex
- NavigationPathQueryParameters2D
- NavigationPathQueryParameters3D
- NavigationPathQueryResult2D
- NavigationPathQueryResult3D
- Node3DGizmo (1)
- OggPacketSequencePlayback
- OpenXRAPIExtension
- PCKPacker
- PackedDataContainerRef
- PacketPeer (8)
- PhysicsPointQueryParameters2D
- PhysicsPointQueryParameters3D
- PhysicsRayQueryParameters2D
- PhysicsRayQueryParameters3D
- PhysicsShapeQueryParameters2D
- PhysicsShapeQueryParameters3D
- PhysicsTestMotionParameters2D
- PhysicsTestMotionParameters3D
- PhysicsTestMotionResult2D
- PhysicsTestMotionResult3D
- RDAttachmentFormat
- RDFramebufferPass
- RDPipelineColorBlendState
- RDPipelineColorBlendStateAttachment
- RDPipelineDepthStencilState
- RDPipelineMultisampleState
- RDPipelineRasterizationState
- RDPipelineSpecializationConstant
- RDSamplerState
- RDShaderSource
- RDTextureFormat
- RDTextureView
- RDUniform
- RDVertexAttribute
- RandomNumberGenerator
- RegEx
- RegExMatch
- RenderSceneBuffers (2)
- RenderSceneBuffersConfiguration
- Resource (103)
- ResourceFormatLoader
- ResourceFormatSaver
- ResourceImporter (16)
- SceneState
- SceneTreeTimer
- Semaphore
- SkinReference
- StreamPeer (5)
- SurfaceTool
- TCPServer
- TLSOptions
- TextLine
- TextParagraph
- TextServer (1)
- Thread
- TranslationDomain
- TriangleMesh
- Tween
- Tweener (5)
- UDPServer
- UPNP
- UPNPDevice
- WeakRef
- WebRTCPeerConnection (1)
- XMLParser
- XRInterface (4)
- XRPose
- XRTracker (2)
- ZIPPacker
- ZIPReader
Resource

- Animation
- AnimationLibrary
- AnimationNode (6)
- AnimationNodeStateMachinePlayback
- AnimationNodeStateMachineTransition
- AudioBusLayout
- AudioEffect (17)
- AudioStream (10)
- BitMap
- BoneMap
- ButtonGroup
- CameraAttributes (2)
- ColorPalette
- Compositor
- CompositorEffect
- CryptoKey
- Curve
- Curve2D
- Curve3D
- EditorNode3DGizmoPlugin
- EditorSettings
- Environment
- Font (3)
- GDExtension
- GLTFAccessor
- GLTFAnimation
- GLTFBufferView
- GLTFCamera
- GLTFDocument (1)
- GLTFDocumentExtension (1)
- GLTFLight
- GLTFMesh
- GLTFNode
- GLTFPhysicsBody
- GLTFPhysicsShape
- GLTFSkeleton
- GLTFSkin
- GLTFSpecGloss
- GLTFState (1)
- GLTFTexture
- GLTFTextureSampler
- Gradient
- Image
- ImporterMesh
- InputEvent (6)
- JSON
- LabelSettings
- LightmapGIData
- Material (9)
- Mesh (4)
- MeshLibrary
- MissingResource
- MultiMesh
- NavigationMesh
- NavigationMeshSourceGeometryData2D
- NavigationMeshSourceGeometryData3D
- NavigationPolygon
- Noise (1)
- Occluder3D (5)
- OccluderPolygon2D
- OggPacketSequence
- OpenXRAction
- OpenXRActionMap
- OpenXRActionSet
- OpenXRBindingModifier (2)
- OpenXRHapticBase (1)
- OpenXRIPBinding
- OpenXRInteractionProfile
- PackedDataContainer
- PackedScene
- PhysicsMaterial
- PolygonPathFinder
- RDShaderFile
- RDShaderSPIRV
- RichTextEffect
- SceneReplicationConfig
- Script (3)
- Shader (1)
- ShaderInclude
- Shape2D (8)
- Shape3D (9)
- Shortcut
- SkeletonModification2D (7)
- SkeletonModificationStack2D
- SkeletonProfile (1)
- Skin
- Sky
- SpriteFrames
- StyleBox (4)
- SyntaxHighlighter (2)
- Texture (3)
- Theme
- TileMapPattern
- TileSet
- TileSetSource (2)
- Translation (1)
- VideoStream (1)
- VideoStreamPlayback
- VisualShaderNode (62)
- VoxelGIData
- World2D
- World3D
- X509Certificate
AudioEffectChorus
Table of contents

AudioEffectChorus #

is_refcounted, is_instantiable, resource, core, not_builtin_classes

Adds a chorus audio effect.

Adds a chorus audio effect. The effect applies a filter with voices to duplicate the audio source and manipulate it through the filter.

Members #

var dry: float = 1.0#

The effect's raw signal.

var voice/1/cutoff_hz: float = 8000.0#

The voice's cutoff frequency.

var voice/1/delay_ms: float = 15.0#

The voice's signal delay.

var voice/1/depth_ms: float = 2.0#

The voice filter's depth.

var voice/1/level_db: float = 0.0#

The voice's volume.

var voice/1/pan: float = -0.5#

The voice's pan level.

var voice/1/rate_hz: float = 0.8#

The voice's filter rate.

var voice/2/cutoff_hz: float = 8000.0#

The voice's cutoff frequency.

var voice/2/delay_ms: float = 20.0#

The voice's signal delay.

var voice/2/depth_ms: float = 3.0#

The voice filter's depth.

var voice/2/level_db: float = 0.0#

The voice's volume.

var voice/2/pan: float = 0.5#

The voice's pan level.

var voice/2/rate_hz: float = 1.2#

The voice's filter rate.

var voice/3/cutoff_hz: float#

The voice's cutoff frequency.

var voice/3/delay_ms: float#

The voice's signal delay.

var voice/3/depth_ms: float#

The voice filter's depth.

var voice/3/level_db: float#

The voice's volume.

var voice/3/pan: float#

The voice's pan level.

var voice/3/rate_hz: float#

The voice's filter rate.

var voice/4/cutoff_hz: float#

The voice's cutoff frequency.

var voice/4/delay_ms: float#

The voice's signal delay.

var voice/4/depth_ms: float#

The voice filter's depth.

var voice/4/level_db: float#

The voice's volume.

var voice/4/pan: float#

The voice's pan level.

var voice/4/rate_hz: float#

The voice's filter rate.

var voice_count: int = 2#

The number of voices in the effect.

var wet: float = 0.5#

The effect's processed signal.

Methods #

const func get_voice_cutoff_hz(voice_idx: int) -> float#

const func get_voice_delay_ms(voice_idx: int) -> float#

const func get_voice_depth_ms(voice_idx: int) -> float#

const func get_voice_level_db(voice_idx: int) -> float#

const func get_voice_pan(voice_idx: int) -> float#

const func get_voice_rate_hz(voice_idx: int) -> float#

func set_voice_cutoff_hz(cutoff_hz: float) -> void#

func set_voice_delay_ms(delay_ms: float) -> void#

func set_voice_depth_ms(depth_ms: float) -> void#

func set_voice_level_db(level_db: float) -> void#

func set_voice_pan(pan: float) -> void#

func set_voice_rate_hz(rate_hz: float) -> void#

Annotations #

Constants #

Constructors #

Enums #

Operators #

Signals #

Theme Items #

Tutorials #