DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::SmoothedValue< T > Member List

This is the complete list of members for dspark::SmoothedValue< T >, including all inherited members.

getCurrentValue() const noexceptdspark::SmoothedValue< T >inline
getNextValue() noexceptdspark::SmoothedValue< T >inline
getSmoothingType() const noexceptdspark::SmoothedValue< T >inline
getTargetValue() const noexceptdspark::SmoothedValue< T >inline
isSmoothing() const noexceptdspark::SmoothedValue< T >inline
operator=(const SmoothedValue &)=deletedspark::SmoothedValue< T >
prepare(double sampleRate, double rampTimeMs=20.0) noexceptdspark::SmoothedValue< T >inline
processBlock(std::span< T > buffer) noexceptdspark::SmoothedValue< T >inline
reset(T value=T(0)) noexceptdspark::SmoothedValue< T >inline
setRampTime(double sampleRate, double rampTimeMs) noexceptdspark::SmoothedValue< T >inline
setSmoothingType(SmoothingType type) noexceptdspark::SmoothedValue< T >inline
setTargetValue(T newTarget) noexceptdspark::SmoothedValue< T >inline
skip() noexceptdspark::SmoothedValue< T >inline
SmoothedValue(const SmoothedValue &)=deletedspark::SmoothedValue< T >
SmoothedValue() noexceptdspark::SmoothedValue< T >inline
SmoothingType enum namedspark::SmoothedValue< T >