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.
Other
4.93k stars 821 forks source link

Calling pauseDrawing and clear does nothing with EZAudioPlotGL #346

Open joshbruhin opened 7 years ago

joshbruhin commented 7 years ago

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.