FMOD_DSP_ENVELOPEFOLLOWER

FMOD Studio API

Firelight Technologies FMOD Studio API

FMOD_DSP_ENVELOPEFOLLOWER

Deprecated and will be removed in a future release.

Parameter types for the FMOD_DSP_TYPE_ENVELOPEFOLLOWER unit. This is a simple envelope follower for tracking the signal level.

C/C++ Syntax

typedef enum {
  FMOD_DSP_ENVELOPEFOLLOWER_ATTACK,
  FMOD_DSP_ENVELOPEFOLLOWER_RELEASE,
  FMOD_DSP_ENVELOPEFOLLOWER_ENVELOPE,
  FMOD_DSP_ENVELOPEFOLLOWER_USESIDECHAIN
} FMOD_DSP_ENVELOPEFOLLOWER;

JavaScript Syntax

FMOD.DSP_ENVELOPEFOLLOWER_ATTACK
FMOD.DSP_ENVELOPEFOLLOWER_RELEASE
FMOD.DSP_ENVELOPEFOLLOWER_ENVELOPE
FMOD.DSP_ENVELOPEFOLLOWER_USESIDECHAIN

Values

FMOD_DSP_ENVELOPEFOLLOWER_ATTACK

(Type:float) [r/w] - Attack time (milliseconds), in the range from 0.1 through 1000. Default = 20.

FMOD_DSP_ENVELOPEFOLLOWER_RELEASE

(Type:float) [r/w] - Release time (milliseconds), in the range from 10 through 5000. Default = 100

FMOD_DSP_ENVELOPEFOLLOWER_ENVELOPE

(Type:float) [r] - Current value of the envelope, in the range 0 to 1. Read-only.

FMOD_DSP_ENVELOPEFOLLOWER_USESIDECHAIN

(Type:data) [r/w] - Data of type FMOD_DSP_PARAMETER_SIDECHAIN. Whether to analyse the sidechain signal instead of the input signal. Default is { false }

Remarks

Deprecated and will be removed in a future release.

This unit does not affect the incoming signal.

See Also




Version 1.10.03 Built on Feb 1, 2018