- AudioEffectChorus
- Description
- Properties
- Methods
- Property Descriptions
- Method Descriptions
- - float get_voice_delay_ms ( int voice_idx ) const
- - float get_voice_depth_ms ( int voice_idx ) const
- - float get_voice_level_db ( int voice_idx ) const
- - float get_voice_pan ( int voice_idx ) const
- - float get_voice_rate_hz ( int voice_idx ) const
- - set_voice_cutoff_hz ( int voice_idx, float cutoff_hz )
- - set_voice_delay_ms ( int voice_idx, float delay_ms )
- - set_voice_depth_ms ( int voice_idx, float depth_ms )
- - set_voice_level_db ( int voice_idx, float level_db )
- - set_voice_pan ( int voice_idx, float pan )
AudioEffectChorus
Inherits: AudioEffect < Resource < Reference < Object Adds a chorus audio effect.
Description
Adds a chorus audio effect. The effect applies a filter with voices to duplicate the audio source and manipulate it through the filter.
Properties
Methods
Property Descriptions
- float dry The effect’s raw signal.
- float voice/1/cutoff_hz The voice’s cutoff frequency.
- float voice/1/delay_ms The voice’s signal delay.
- float voice/1/depth_ms The voice filter’s depth.
- float voice/1/level_db The voice’s volume.
- float voice/1/pan The voice’s pan level.
- float voice/1/rate_hz The voice’s filter rate.
- float voice/2/cutoff_hz The voice’s cutoff frequency.
- float voice/2/delay_ms The voice’s signal delay.
- float voice/2/depth_ms The voice filter’s depth.
- float voice/2/level_db The voice’s volume.
- float voice/2/pan The voice’s pan level.
- float voice/2/rate_hz The voice’s filter rate.
- float voice/3/cutoff_hz The voice’s cutoff frequency.
- float voice/3/delay_ms The voice’s signal delay.
- float voice/3/depth_ms The voice filter’s depth.
- float voice/3/level_db The voice’s volume.
- float voice/3/pan The voice’s pan level.
- float voice/3/rate_hz The voice’s filter rate.
- float voice/4/cutoff_hz The voice’s cutoff frequency.
- float voice/4/delay_ms The voice’s signal delay.
- float voice/4/depth_ms The voice filter’s depth.
- float voice/4/level_db The voice’s volume.
- float voice/4/pan The voice’s pan level.
- float voice/4/rate_hz The voice’s filter rate.
- int voice_count The amount of voices in the effect.
- float wet
The effect’s processed signal.
Method Descriptions
- float get_voice_cutoff_hz ( int voice_idx ) const
- float get_voice_delay_ms ( int voice_idx ) const
- float get_voice_depth_ms ( int voice_idx ) const
- float get_voice_level_db ( int voice_idx ) const
- float get_voice_pan ( int voice_idx ) const
- float get_voice_rate_hz ( int voice_idx ) const
- set_voice_cutoff_hz ( int voice_idx, float cutoff_hz )
- set_voice_delay_ms ( int voice_idx, float delay_ms )
- set_voice_depth_ms ( int voice_idx, float depth_ms )
- set_voice_level_db ( int voice_idx, float level_db )
- set_voice_pan ( int voice_idx, float pan )
- set_voice_rate_hz ( int voice_idx, float rate_hz )
