Menu

#12 Randomize Doesn't Work

open
nobody
None
5
2005-03-10
2005-03-10
Anonymous
No

As far as I can tell, randomize doesn't work.

Wouldn't it be better to just toggle shuffle anyway?

#define IPC_SET_SHUFFLE 252
/* (requires Winamp 2.4+)
**
SendMessage(hwnd_winamp,WM_WA_IPC,value,IPC_SET_SHUFFLE);
**
** IPC_SET_SHUFFLE sets the status of the Shuffle
option (1 to turn it on)
*/

#define IPC_GET_SHUFFLE 250
/* (requires Winamp 2.4+)
**
val=SendMessage(hwnd_winamp,WM_WA_IPC,0,IPC_GET_SHUFFLE);
**
** IPC_GET_SHUFFLE returns the status of the Shuffle
option (1 if set)
*/

I'm not very confident in my ability to implement this.
I suck. I know just enough to read through code and
find that IPC_PE_RANDOMIZE doesn't seem to be doing
jack = )

--
Michael Lynch
lynchmp AT auburn.edu

Discussion


Log in to post a comment.