JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::ValueSmoothingTypes Namespace Reference

A namespace containing a set of types used for specifying the smoothing behaviour of the SmoothedValue class. More...

Classes

struct  Linear
 Used to indicate a linear smoothing between values. More...
 
struct  Multiplicative
 Used to indicate a smoothing between multiplicative values. More...
 

Detailed Description

A namespace containing a set of types used for specifying the smoothing behaviour of the SmoothedValue class.

For example:

SmoothedValue<float, ValueSmoothingTypes::Multiplicative> frequency (1.0f);
juce::gl::f
GLdouble f
Definition: juce_gl.h:685