FXECHO_PARAMETERS Structure

Parameters for use with the FXECHO XAPOFX.

Syntax

typedef struct FXECHO_PARAMETERS {
    float WetDryMix;
    float Feedback;
    float Delay;
} FXECHO_PARAMETERS;  

Members

WetDryMix
Ratio of wet (processed) signal to dry (original) signal.

Feedback
Amount of output to feed back into input.

Delay
Delay to all channels in milliseconds. This value must be between FXECHO_MIN_DELAY and FXECHO_INITDATA.MaxDelay.

Remarks

Echo only supports FLOAT32 audio formats.

Requirements

Header: Declared in xapofx.h.

Library: Use xapobase.lib.