Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | List of all members
revmodel Class Reference

Public Member Functions

void mute ()
 
void processmix (float *inputL, float *inputR, float *outputL, float *outputR, long numsamples, int skip)
 
void processreplace (float *inputL, float *inputR, float *outputL, float *outputR, long numsamples, int skip)
 
void setroomsize (float value)
 
float getroomsize ()
 
void setdamp (float value, int mode)
 
float getdamp ()
 
void setwet (float value)
 
float getwet ()
 
void setdry (float value)
 
float getdry ()
 
void setwidth (float value)
 
float getwidth ()
 
void setmode (float value)
 
float getmode ()
 

Detailed Description

Definition at line 14 of file revmodel.hpp.

Constructor & Destructor Documentation

◆ revmodel()

revmodel::revmodel ( )

Definition at line 9 of file revmodel.cpp.

Member Function Documentation

◆ getdamp()

float revmodel::getdamp ( )

Definition at line 202 of file revmodel.cpp.

◆ getdry()

float revmodel::getdry ( )

Definition at line 223 of file revmodel.cpp.

◆ getmode()

float revmodel::getmode ( )

Definition at line 245 of file revmodel.cpp.

◆ getroomsize()

float revmodel::getroomsize ( )

Definition at line 190 of file revmodel.cpp.

◆ getwet()

float revmodel::getwet ( )

Definition at line 213 of file revmodel.cpp.

◆ getwidth()

float revmodel::getwidth ( )

Definition at line 234 of file revmodel.cpp.

◆ mute()

void revmodel::mute ( )

Definition at line 57 of file revmodel.cpp.

◆ processmix()

void revmodel::processmix ( float inputL,
float inputR,
float outputL,
float outputR,
long  numsamples,
int  skip 
)

Definition at line 109 of file revmodel.cpp.

◆ processreplace()

void revmodel::processreplace ( float inputL,
float inputR,
float outputL,
float outputR,
long  numsamples,
int  skip 
)

Definition at line 74 of file revmodel.cpp.

◆ setdamp()

void revmodel::setdamp ( float  value,
int  mode 
)

Definition at line 195 of file revmodel.cpp.

◆ setdry()

void revmodel::setdry ( float  value)

Definition at line 218 of file revmodel.cpp.

◆ setmode()

void revmodel::setmode ( float  value)

Definition at line 239 of file revmodel.cpp.

◆ setroomsize()

void revmodel::setroomsize ( float  value)

Definition at line 184 of file revmodel.cpp.

◆ setwet()

void revmodel::setwet ( float  value)

Definition at line 207 of file revmodel.cpp.

◆ setwidth()

void revmodel::setwidth ( float  value)

Definition at line 228 of file revmodel.cpp.


The documentation for this class was generated from the following files: