Attempt to draw the points in the audio file where the FFTs are taken but of course it doesn't work like this because of the looping

This commit is contained in:
xenakios
2018-05-11 16:45:34 +03:00
parent aae05950f0
commit 11e61f8cfd
3 changed files with 31 additions and 0 deletions

View File

@ -106,6 +106,7 @@ public:
void setPreviewDry(bool b);
bool isPreviewingDry() const;
int m_param_change_count = 0;
double getLastSeekPos() const { return m_seekpos; }
CriticalSection* getMutex() { return &m_cs; }
private:
CircularBuffer<float> m_stretchoutringbuf{ 1024 * 1024 };