Winamp

Articles about Winamp programming.

Winamp General Purpose Plug-ins (Track Title Spool to File)

Downloads for the software described here are available on the downloads page.

Out-of-process (IPC) Winamp control with multiple Winamp instances

At Deviant Audio, we use bespoke tools written in C# to control Winamp playlists. The tools are processes external to Winamp which communicate via IPC (Inter-process Communication) - namely via the SendMessage() Win32 API function.

Latest articles