To receive the latest updates for free, please register at www.MindBlastSoftware.com


Updates since first release:
----------------------------
* 22/08/2000
  - Added a bunch of new functions for the new Winamp v2.64+ API
  - Some general improvements
  - Fixed one memory leak (That occured on exit)
  - Updated the demo application
  - Now comes with Delphi translations for various Winamp plugin SDK's

* 28/02/2000
  - Fixed AddFileToList & AddFileToListNow to not crash Winamp v2.6
  - Getversion now works in HexStr after WA V2.1
  - Support for new advanced M3U playlist format
  - Misc. bugfixes

* 01/02/1999
  - Change Directory bug fixed
  - Fixed difference in return of WriteList (Was 1 out)
  - "Change Directory" routine added to Demo
  - Added BackupPlayList / LoadPlayList functions
  - Added WinampDir property


* Getversion updated to detect winamp untill version 2.09

* Fixed VB example - now uses all the functions correctly. (No exceptions anymore ;)  )

*  Added new Winamp v2.05 functions with EQ support, etc.

* Property AmpVersions added where you now can specify new versions of Winamp at design-time, or just load the versions from a text file. 
  (Native Delphi component only)

* Two procedures Added
  PlayLater - Uses PostMessage in stead of SendMessage
  AddFileToListNow - Uses SendMessage in stead of Postmessage

* GetVersion updated to detect Winamp v2.03