crack1ty
3rd January 2004, 05:50
OK either I am just being really stupid or the lack of sleep has gotten to me but this is starting to frustrate me.
My plugin is just about finished, I just need to get it to actually switch tracks.
What is the best way to change the track being played given the index in the playlist?
SendMessage(hwnd_winamp,WM_WA_IPC, index, 121); will change the selected track but I cannot figure out how to actually play it without wiping out the playlist
Any help would be great.
(My plugin is a clone of Quicktracks for QCD, but from what I can tell, seems to load faster, and is more configurable)
My plugin is just about finished, I just need to get it to actually switch tracks.
What is the best way to change the track being played given the index in the playlist?
SendMessage(hwnd_winamp,WM_WA_IPC, index, 121); will change the selected track but I cannot figure out how to actually play it without wiping out the playlist
Any help would be great.
(My plugin is a clone of Quicktracks for QCD, but from what I can tell, seems to load faster, and is more configurable)