PDA

View Full Version : Visualization in dialog


nickolay_kolev
24th July 2003, 23:26
Hi guys,

I'm using WinAmp in my application (VC++, MFC) and I want to put my own interface. I do not want to create skin, because it doesn't fit my idea for this app.

Everything is fine, but I want to embed a visualization in my dialog. In other words I want to make the visualization to look like it is part of the whole app. I do not want the visualization in a separated window.

Is there any easy way to do that?

trafaout
5th September 2003, 19:52
hi,

i've got the same problem but using delphi, have you receive a solution or any workaround to achieve this ?

thx

Rovastar
18th September 2003, 17:11
What do you mean by visualization. The AVS plugin?!? or something else.

saivert
22nd September 2003, 10:18
The best solution to get Visualization from Winamp in your external (stand-alone) application, is to create a stub visualization plugin for Winamp. This visualization plugin then sends the vis' data (waveformdata and spectrumdata) to your application. I have created such plugin. It is called NxS Visualization Plugin and contains a Visualization Forwarder module. It stores the vis' data in th registry. I will post the plugin soon.