Hi there,
I have been working on an audio analysis library and I am currently working on a histogram of the loudness of the audio samples for the track. I have already developed a waveform viewer that has a few hundred points which are all connected by lines and this looks very nice. However for the histogram, I would like to have hundreds of individual lines which I can set the height of to display my histogram.
Is there any nice way to do this without having to create hundreds of individual objects? I'm a bit stuck for ideas.
Thanks for any help,
Mark