Firelight Technologies FMOD Studio API
Parameter types for the FMOD_DSP_TYPE_ENVELOPEFOLLOWER unit.
This is a simple envelope follower for tracking the signal level.
typedef enum {
FMOD_DSP_ENVELOPEFOLLOWER_ATTACK,
FMOD_DSP_ENVELOPEFOLLOWER_RELEASE,
FMOD_DSP_ENVELOPEFOLLOWER_ENVELOPE,
FMOD_DSP_ENVELOPEFOLLOWER_USESIDECHAIN
} FMOD_DSP_ENVELOPEFOLLOWER;
FMOD_DSP_ENVELOPEFOLLOWER_ATTACK
(Type:float) - Attack time (milliseconds), in the range from 0.1 through 1000. The default value is 20.
FMOD_DSP_ENVELOPEFOLLOWER_RELEASE
(Type:float) - Release time (milliseconds), in the range from 10 through 5000. The default value is 100
FMOD_DSP_ENVELOPEFOLLOWER_ENVELOPE
(Type:float) - Current value of the envelope, in the range 0 to 1. Read-only.
FMOD_DSP_ENVELOPEFOLLOWER_USESIDECHAIN
(Type:bool) - Whether to analyse the sidechain signal instead of the input signal. The default value is false
This unit does not affect the incoming signal
Version 1.03.06 Built on Apr 17, 2014