JoshGlzBrk
Feb 1 2009, 07:36
I'M developing a song displaying program for chat rooms, and I currently have support for Winamp, Windows Media Player, and iTunes, but I was wondering if there was API support built into foobar? Like with winamp I can use the SendMessage() function to get bitrate, samplerate, other information etc.
How would I do this in foobar?
It is possible to query information from the player using the third-party
COM Automation Server component. There is no SendMessage API.
Perhaps your application already works with foobar2000 through the plugin
foo_winamp_spam, which
QUOTE (http://chron.visiondesigns.de)
emulates a Winamp window so existing plugins you have that use the Winamp API can continue to work with foobar2000.
Edit: using quote
JoshGlzBrk
Feb 1 2009, 20:51
Thanks guys. That plugin should work just great. :-)