AudioEffectCompressor

Inherits: AudioEffect < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

float

attack_us

20.0

float

gain

0.0

float

mix

1.0

float

ratio

4.0

float

release_ms

250.0

StringName

sidechain

&""

float

threshold

0.0


Property Descriptions

float attack_us = 20.0

  • void set_attack_us ( float value )

  • float get_attack_us ( )

There is currently no description for this property. Please help us by contributing one!


float gain = 0.0

  • void set_gain ( float value )

  • float get_gain ( )

There is currently no description for this property. Please help us by contributing one!


float mix = 1.0

There is currently no description for this property. Please help us by contributing one!


float ratio = 4.0

  • void set_ratio ( float value )

  • float get_ratio ( )

There is currently no description for this property. Please help us by contributing one!


float release_ms = 250.0

  • void set_release_ms ( float value )

  • float get_release_ms ( )

There is currently no description for this property. Please help us by contributing one!


StringName sidechain = &""

There is currently no description for this property. Please help us by contributing one!


float threshold = 0.0

  • void set_threshold ( float value )

  • float get_threshold ( )

There is currently no description for this property. Please help us by contributing one!