Topic: Area 5150 MS-DOS 8088 demo and a single channel PCM engine
My PC Speaker music has been featured in the amazing Area 5150 demo. It is the usual 120 Hz stuff made with PCSPE that plays during the main part.
The credits scene, however, features a single channel PCM-based engine by Andrew, with music by cTrix. I think this is the fascinating one. I don't know all details, but: runs at 15 kHz, 60 Hz update rate, no mixing at all, no resampling either - all notes has to be sampled on all required pitches, and all of the sample data should fit a 64K segment. The guys asked me to try to do a song for it as a backup plan, just in case, so I messed around with it a bit, but it turned out to be quite difficult to do using the MOD to custom format converter.
I think this is an interesting concept to be explored in our Z80 realm, too. Not necessarily 'no resampling' scheme, though, but I think the PeskyTone/PeskySound engine's priority system that I already have implemented in 1tracker could be used to this purpose to make composing for such engine move convenient.