syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling pauseDrawing and clear does nothing with EZAudioPlotGL

joshbruhin opened this issue · comments

I have an EZAudioPlotGL, which is working fine, i.e. the waveform is displayed. But, I cannot pause or clear the drawing. When calling either of these (.pauseDrawing or .clear), nothing happens, it just keeps on drawing.