Gin
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WetDryMix Class Reference

Mix between wet and dry with a nice curve. More...

#include <gin_audioutil.h>

Public Member Functions

 WetDryMix (float mix)
 
void setMix (float mix)
 
float mixToGain (float mix)
 

Public Attributes

float wetGain
 
float dryGain
 

Detailed Description

Mix between wet and dry with a nice curve.

Constructor & Destructor Documentation

◆ WetDryMix()

WetDryMix::WetDryMix ( float  mix)

Member Function Documentation

◆ setMix()

void WetDryMix::setMix ( float  mix)

References dryGain, mixToGain(), and wetGain.

◆ mixToGain()

float WetDryMix::mixToGain ( float  mix)

Referenced by setMix().

Member Data Documentation

◆ wetGain

float WetDryMix::wetGain

Referenced by setMix().

◆ dryGain

float WetDryMix::dryGain

Referenced by setMix().


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