[...]there is support for winamp's gen plugins in RM-X.[...] it supports play, pause, stop, prev, and next, and that is IT for the comment. i plan on eventually implementing most of the winamp v2.x spec API[...]
Hi darkain -
cool, I like it. I think you should mention this Winamp ability somewhere, though, because it really confused me the first time I noticed it.
If it's a feature of the RM-X plugin that's supposed to stay, could you please add the support for the Winamp API's command that determines playback status (i.e. playing, paused, stopped) - I'd like this line in my Fortran program to work.
isplaying=SendMessage(hwnd_winamp,WM_USER,0,IPC_ISPLAYING)
It's part of Winamp API, you can read its definition there if you need any more details.
Thanks very much! Keep up the good work