On , Paul Davis <paul@linuxaudiosystems.com> wrote:
> gtk2_ardour/canvas-waveview.c
Thanks for the pointer, indeed it seems quite complex to me :D

I was concidering doing all RMS calculation or max / min in a seperate thread, and keep the results local in the GUI.
I'll guess thats roughly what all the cache operations are in the canvas_waveview.c

@Robin: Thanks for the other scope examples, I'll look into them. The Max / Min code is probably easiest, I'll try that :)

Cheers, -Harry