Archive
Archive for the ‘Winamp’ Category
Winamp General Purpose Plug-ins (Track Title Spool to File)
February 2, 2008
Leave a comment
Winamp Track Title Monitor lets you output formatted data about the currently playing track to a text-file and supports multiple instances of Winamp on the same machine. Read more…
Categories: Releases, Winamp
Multimedia, Plug-ins, Programming, Winamp
Out-of-process (IPC) Winamp control with multiple Winamp instances
July 16, 2006
Leave a comment
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.
When controlling Winamp with a 3rd party process, the first thing you must do is locate Winamp’s main window. If you want playlist control, you need the playlist window handle also. Read more…
Categories: Winamp
FindWindow, Handle (computing), IPC, Winamp