Costom control? Looking for some general advice.
-
Hi, I'm writing a Windows program which reads in an audio file and allows for some simple manipulations on the waveform. I'm trying to figure what is the best control to use for displaying the PCM waveform. I guess there are different graphing and charting controls avail, however what I'm really looking for is something interactive. I'd like the user to be able to use the mouse to select part of the waveform for playback with various effects. The selected part of the waveform should be indicated with some kind of highlight effect. Does such a control exist? Or do I need to write my own? If I need to write my own, what is the best way to do it? I guess I'm thinking of an MFC SDI dialog based application with some kind of custom control for diplaying/manipulating the waveform. Or I should I just use the Windows API directly for drawing directly in the window? A further complication is that I would eventually like to create(or use) some kind of super cool skin for the application. Thanks - @LG