Class fx_impulse_response

Inheritance Relationships

Base Type

Class Documentation

class fx_impulse_response : public fx_effect

Effect: Impulse Resonse - applies an impulse response to the signal.

Applies an impulse preset to the audio. IR_SPRING_LONG - modeled spring with broader response IR_SPRING_MED - modeled medium spring with narrower response IR_HF_SPRING - captured impulse from spring IR_PLATE_1 - broad dispersion from a plate impulse

Public Functions

fx_impulse_response(IMPULSE type)

Constructor for impulse response.

Parameters
  • [in] type: The type of impulse (see above)

void print_params(void)

Prints the parameters for the delay effect.

Public Members

fx_audio_node *input

Audio routing node: primary audio input

fx_audio_node *output

Audio routing node: primary audio output