Parameters for use with the FXMasteringLimiter XAPO.
typedef struct FXMASTERINGLIMITER_PARAMETERS {
UINT32 Release;
UINT32 Loudness;
} FXMASTERINGLIMITER_PARAMETERS;
Release
Speed (in milliseconds) at which the limiter stops affecting audio once it drops below the limiter’s threshold. Value must be between FXMASTERINGLIMITER_MIN_RELEASE (1) and FXMASTERINGLIMITER_MAX_RELEASE (20). Should default to FXMASTERINGLIMITER_DEFAULT_RELEASE (6).
Loudness
Loudness metric threshold of the limiter. Value must be between FXMASTERINGLIMITER_MIN_LOUDNESS (1) and FXMASTERINGLIMITER_MAX_LOUDNESS (1800). Should default to FXMASTERINGLIMITER_DEFAULT_LOUDNESS (1000).
Header: Declared in xapofx.h.
Library: Use xapobase.lib.