PDA

View Full Version : Winamp shuffle mode



Wykat
October 13th, 2002, 12:55 PM
is there a way to define a pre-defined shuffle mode with Winamp (so no toggle)? When I start my jukebox it should shuffle, but not when I insert a normal Audio CD.

Wykat

mattwire
October 13th, 2002, 12:55 PM
Hi, You need to send a WM_USER message to winamp which I don't think you can do with girder?
WParam should be the setting you require.
LParam should be:
250 Returns the status of the shuffle option (1 if set)
252 Sets the status of the suffle option (1 to turn it on)

Ron, perhaps you could add a WM_USER message to the next release of girder?