OpenShot Library | libopenshot-audio 0.2.0
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:

Holds a resizable array of primitive or copy-by-value objects.
Definition juce_Array.h:60

Class Documentation

◆ juce::ValueSmoothingTypes::Linear

struct juce::ValueSmoothingTypes::Linear

Used to indicate a linear smoothing between values.

Definition at line 187 of file juce_SmoothedValue.h.

◆ juce::ValueSmoothingTypes::Multiplicative

struct juce::ValueSmoothingTypes::Multiplicative

Used to indicate a smoothing between multiplicative values.

Definition at line 190 of file juce_SmoothedValue.h.