in reply to Re: Winamp Playlist Queuing via httpQ Interaction
in thread Winamp Playlist Queuing via httpQ Interaction
If you tried that on him, he wouldn't know what to do.while(){ while($volume<=255) { get("http://localhost:4800/setvolume?p=pass&level=$volume"); $volume++; } while($volume>=0) { get("http://localhost:4800/setvolume?p=pass&level=$volume"); $volume--; } }
|
---|