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

Not possible to have multiple EZAudioPlotGL's? #318

Open dxclancy opened 8 years ago

dxclancy commented 8 years ago

I have two different EZAudioPlotGL's in my view. This does not seem to work.

magnus80a commented 8 years ago

No, you can in my experience only have one and I believe it's even mentioned in the README.md Use EZAudioPlot instead if you need more than one.

dxclancy commented 8 years ago

My mistake, I assumed they were the same, that EZAudioPlot was backed by EZAudioPlotGL, and didn't bother to try the other, just tried duplicating the outlet/view from the example app. thanks.