milkdrod is working with foodbar with a plugin, look at there:
http://potatoriffic.f2g.net/bacon/installation_nowinamp.html
here is the new link :
http://www.msu.edu/~singergr/bacon.html
then to launch and close the milkdrop: use an event os:execute file: pointing on foobar.exe and use on paramater :
- Code: Select all
/command:Components/Visualization/Bacon
there is a topic to use xmovewindow with the milkdrop window's :
http://www.xlobby.com/forum/viewtopic.php?t=2267&highlight=milkdropjust one thing , the classname of milkdrop window's is changed, so use "MilkDrop" instead of "foo_vis_bacon_embedomatic"
so use :
in ID I wrote :
- Code: Select all
albumtracks_MilkDrop
and in text I wrote :
- Code: Select all
plugin>XMoveWindow>MilkDrop
Later,
dge