Game Development Software

SIDFX

Designed to run under .NET 1.1

SIDFX 1.0 Sources
SIDFX 1.0 Binary

A simple toy for playing with the HardSID in C#. The HardSID is a PCI card for the PC that holds a real, 1980's SID chip -- the finest slab of sound based silicon ever released.

It basically gives you a text editor window in which you can manipulate the HardSID by writing some C# code that has visibility of a special SID object. Obviously, you can just take the sources and use the interface for your own thing, the SIDFX part is just as an example.

I am hoping someday to extend it so that SID emulators can be used in place of a HardSID, as I found it quite handy for creating some sound effects.