Links
See my Sound and Music page for sound and music links.
Software
- linux-sound.org: comprehensive listing of Linux sound and MIDI software
- The Noize Farm: focuses on a few Linux softsynths.
- MAZ Sound: the "classic" part of the site is a guide to DOS/Windows sound-related software. No longer updated.
- BuzzXP.com: a good Buzz site
- BuzzMachines.com: another good Buzz site
- BuzzDev: how to develop Buzz machines
Windows Programming
- WAV file format
- MSDN Article Part 1 and Part 2: On the PE (Portable Executable) format
- Decompilation Resources: More links on the same subject
- libdisasm: a library that produces x86 assembly instructions from a binary stream
- pedisassem: Portable Executable disassembler that works on Linux
- Win32 API Tutorial
- Windows MIDI API: how to write MIDI applications for Windows
- A DLL Tutorial: the Windows equivalent of the dlopen() and friends.