mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a new templated SmoothedValue class
This commit is contained in:
parent
5bdd3ea8c6
commit
4751e9d41a
20 changed files with 743 additions and 486 deletions
|
|
@ -851,7 +851,7 @@ private:
|
|||
}
|
||||
|
||||
//==============================================================================
|
||||
LinearSmoothedValue<double> level, timbre, frequency;
|
||||
SmoothedValue<double> level, timbre, frequency;
|
||||
|
||||
double phase = 0.0;
|
||||
double phaseDelta = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue