ZLHistogramAudioPlot
ZLHistogramAudioPlot copied to clipboard
[EZAudioPlotGL setColors]: unrecognized selector sent to instance
Hi,
Recently I downloaded this great project, but when I try to run it I am getting the following error [EZAudioPlotGL setColors]: unrecognized selector sent to instance
. I tried to comment the following line self.audioPlot.colors = self.murmurColors;
but this time I get [EZAudioPlotGL numOfBins] unrecognized selector sent to instance
. Do you know where is the problem?