Gin
|
Functions | |
float | pow2 (float v) |
float | pow4 (float v) |
float | pow8 (float v) |
float | lerp (float a, float b, float t) |
float | min (float a, float b) |
float | max (float a, float b) |
float | minVal (float a) |
float | maxVal (float a) |
float math::pow2 | ( | float | v | ) |
Referenced by WTOscillator::postProcess().
float math::pow4 | ( | float | v | ) |
Referenced by WTOscillator::postProcess().
float math::pow8 | ( | float | v | ) |
float math::lerp | ( | float | a, |
float | b, | ||
float | t | ||
) |
Referenced by WTOscillator::postProcess().
float math::min | ( | float | a, |
float | b | ||
) |
Referenced by Ellipse< T >::findIntersections(), Synthesiser::getCpuUsage(), ValueSmoother< T >::getNextValue(), WTOscillator::postProcess(), StereoOscillator::processAdding(), WTOscillator::processAddingComplex(), WTOscillator::processAddingCrossfadeComplex(), WTOscillator::processAddingSimple(), BandLimitedLookupTables::processPulse(), BandLimitedLookupTables::processSquare(), ScaledPluginEditor::resized(), StereoDelay::setParams(), EasedValueSmoother< T >::updateValue(), and ValueSmoother< T >::updateValue().
float math::max | ( | float | a, |
float | b | ||
) |
float math::minVal | ( | float | a | ) |
float math::maxVal | ( | float | a | ) |