the following typo has been found:
#define IP_MUSIC_BOC 10
should read:
#define IP_MUSIC_BOX 10
{Jörg Polzfuß}
A similar bug occurs in the Nokia-NT-SDKs/BBE-SDK:
In sound.h there's a line that reads "IP_GUITAR,HARMONICS," (or was it
"IP_GUITAR,_HARMONICS," or "IP_GUITAR_,HARMONICS,"?). Of course it
should read "IP_GUITAR_HARMONICS,".
{Jörg Polzfuß}
HINT: It looks like the SoundSampleDriverInfo returns the same
capability as SoundSynthDriverInfo. But it doesn't do this!
{Jörg Polzfuß}
Function: SoundAllocMusicNote(), in the Sound library.
Problem: Corrupts ds.
Symptoms: access to the dgroup causes strange crashes, constant strings are incorrect.
Fix: asm push ds before call, asm pop ds after call.
Irritation: high.
{ David Given; Work: dg@tao-group.com; Play: dgiven@iname.com; http://wired.st-and.ac.uk/~dg }