I really missed using my WinAmp visualizations (MilkDrop and AVS) in FrodoPlayer, so I decided to write a new visualization plugin for WMP that would load WinAmp visualization DLLs.
Try it out:
wa_avs.dll
wa_milk.dll
Currently, I hardcoded the paths to the vis DLLs so that's why there are two different DLLs. The first one is for AVS and the second is for MilkDrop. You can only use one at a time right now.
To use, follow these steps:
1. Make sure your AVS (vis_avs.dll) and MilkDrop (vis_milk.dll) plugins are in "C:\Program Files\WinAmp\plugins".
2. Download the wa_avs.dll and wa_milk.dll files using the links above. You can put them anywhere.
3. Open a command shell and cd to the directory where you downloaded the DLLs.
4. Run "regsvr32 wa_avs.dll" to use the AVS plugin, or "regsvr32 wa_milk.dll" to use the MilkDrop plugin. NOTE: currently, only one can be registered at a time.
5. Run WMP in Full Mode (not Skin Mode!) and choose the AVS or MilkDrop plugin. After that you can run FrodoPlayer and it will show up in there too.
Current limitations/bugs:
- You can't configure MilkDrop yet from the WMP (you have to do it through WinAmp)
- There is a bug that causes the viz to stop updating the screen if you stop and start it again.
- You can only load one WinAmp plugin at a time and the path is hardcoded. Eventually, all the plugins in the winamp plugins directory will be loaded and you will be able to select the one you want to use.
- It only works with WMP in Full Mode (not Skin Mode)
I'll fix these soon.