I’ve been working on a new version of WWWinamp which will add/fix the following issues:
- Adding HTTP Cache Control (will save bandwidth)
- Adding Repeat and Shuffle status tags to the script engine (|STATUS_REPEAT|, |STATUS_SHUFFLE|)
- Adding ability to lock Winamp UI so nobody can click on any controls within the actual program
- Fix the “StartWinamp” command (Thanks ‘dawolf’ for reporting it!)
- Change Balance values from -127/+127 to 0/255
Let me know if there are any other issues you peeps might be seeing. Also if you do run into an error, please send your ERROR.LOG files to wwwinampATenusbaumDOTcom
Look for this new version to come at you sometime this weekend, unless someone gives me a difficult feature or bug fix
Cheers!
Link to this post!



#1 by prost on April 5, 2008 - 7:12 AM
hi, what about implementing a pitch control?
minimum resolution 0,05 % range 8%
prost
#2 by eric on April 5, 2008 - 9:28 AM
Great Question!
Right now I’m limited to the support Winamp has for IPC calls from external programs. So basically, I can access functionality that comes with Winamp standard. Pitch control could be accomplished with a plugin, but not with ONLY Winamp.
Because of this, I’m unable to implement features that would otherwise be used by a DSP plug-in.
I’m working on adding EQ support though, so keep an eye out for that!
#3 by dawolf on May 17, 2008 - 11:58 AM
thanks, the command “startwinamp” works now (all lowercase). the sdk.txt still refers to it as “startWinamp” with a capital “W”