Share

Halo 8 Productions WWWinamp

Tracker: Bugs

5 Randomize Doesn't Work - ID: 1160737
Last Update: Tracker Item Submitted ( nobody )

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


Nobody/Anonymous ( nobody ) - 2005-03-10 16:20

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.