waterfall not doing as I expect.
Andre C

I do not think I am using the waterfall component properly in c++5.
I am working on a program which takes the line-in of the soundcard sas
the sound source (a shortwave radio.)
I want a waterfall scope to show the sound form, this is useful to
identify types of transmissions such as morse code where a pure tone
is sent. I therefore want the water fall to show hte pure tone. MixW
is a good example of this.
So I have dropped a audioin and audiotoread component on the form. But
when I get audio into the form the waterfall generates a green screen
with specules of blue tones. Even when I can clearly here a morse code
I see no obviouos line. What I do note is that when atone is received
the blue specules increase but across the entire screen.
My soundcard in on-board. Running XP pro on Athlon 2600. the waterfall
component is presently with default settings.
Any thoughts. I am quite noob at c++.
Andre