Added simple signal smoother class. Use that to smooth out the buffer amount component display.

This commit is contained in:
xenakios
2018-05-01 17:54:20 +03:00
parent 9afca36d64
commit d42971e09f
4 changed files with 35 additions and 4 deletions

View File

@ -113,6 +113,7 @@ public:
PaulstretchpluginAudioProcessor* m_proc = nullptr;
private:
ColourGradient m_gradient;
SignalSmoother m_smoother;
};
class MyThumbCache : public AudioThumbnailCache