LMMS
Loading...
Searching...
No Matches
juce_SmoothedValue.h File Reference

Go to the source code of this file.

Classes

class  juce::SmoothedValueBase< SmoothedValueType >
struct  juce::SmoothedValueBase< SmoothedValueType >::FloatTypeHelper< SmoothedValueClass< FloatType > >
struct  juce::SmoothedValueBase< SmoothedValueType >::FloatTypeHelper< SmoothedValueClass< FloatType, SmoothingType > >
struct  juce::ValueSmoothingTypes::Linear
struct  juce::ValueSmoothingTypes::Multiplicative
class  juce::SmoothedValue< FloatType, SmoothingType >

Namespaces

namespace  juce
namespace  juce::ValueSmoothingTypes

Typedefs

template<typename FloatType>
using juce::LinearSmoothedValue = SmoothedValue <FloatType, ValueSmoothingTypes::Linear>