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:
@ -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 };
|
||||
|
Reference in New Issue
Block a user