« Return to Thread: Displaying a trace.

Displaying a trace.

by marmadoc :: Rate this Message:

Reply to Author | View in Thread

Hi JSyn Users,

I'm just starting out with JSyn, (and also with Java), but its so far so good.

I got JSyn working from the examples and tutorials without too much of a hassle.

Now I need to draw an oscilloscope view of the output signal in a java app.  I have noticed the SynthScope which seems to be what I need, but I'm thinking that I would rather want to get the image data directly, and use that together with anything else I may want to add.  I.e. to have more control over the display.  The WaveTrace and WaveDisplay classes also seem to be handy.  

As I'm relatively new to java and JSyn I'm searching for examples of how to get the image data from a signal to display on a java component (e.g. JPanel).

If anyone can help me with an example or just point me in the right direction, it will be greatly appreciated.

Thanks

 « Return to Thread: Displaying a trace.