Quite simple, just copy this DLL to
C:\Program Files\Winamp\Plugins (or wherever your WinAMP installation is, will be
Program Files (x86) under 64-bit versions of Windows)
Just adds a list of characters to your "Send to" menu whenever you right-click on a song in WinAMP.
Currently Audiosurf needs to be running before the song will start, I'll remedy that shortly.Will now start Audiosurf for you. However I think there's a bug in the
quickstartcommand command that causes Audiosurf to repeatedly try and play the song. I can't really fix this without registering a window etc, etc and I want to keep this plugin as simple as possible.
If there's interest I will add an options dialog that runs to fullscreen on song start and allows you to choose which characters are in the sendto menu, but only if people ask for it.

Source code and picture added. Feel free to do as you wish with the source.
To compile the source you will need the WinAMP SDK (
http://dev.winamp.com/wiki/Plug-in_Developer#SDK_Documentation), put the "winamp" and "gen_ml" directories that installs in
ml_audiosurfstarter's directory (yes, I know I should mess about with include directories, feel free to do that if you wish).
The
ml_audiosurfstarter-static.dll file has the MSVC runtime compiled in, if the original DLL doesn't work, use this one instead (remember to delete the original!)
Final note: This plugin is 100% Unicode compatible.
