I am trying to get the current playing song from Winamp, and then display it on the monitor using Simple OSD.
I managed to get a pointer to the current song from Winamp (IPC_GETPLAYLISTTITLE), but I do not know how to get the information from this pointer using Girder. If I was in a C++ program I'd be fine, but I don't know what options I have in Girder to deal with this ptr.
I am reading about Lua now, hopefully I will learn of something there.


Reply With Quote
