home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chestnut's Multimedia Mania
/
MM_MANIA.ISO
/
players
/
sndhack
/
fm0001.wsn
< prev
next >
Wrap
Text File
|
1991-07-31
|
650b
|
25 lines
;Here is a pretty weird set of sounds
;if you have the FM driver for the Sound Blaster.
CloseSound();
OpenSound();
SetSoundNoise(S_PERIOD512, 50)
SetVoiceEnvelope(1, 9, 1);
SetVoiceEnvelope(2, 9, 1);
SetVoiceSound(1, 0x0500000, 300);
SetVoiceSound(1, 0x1000000, 200);
SetVoiceSound(1, 0x2000000, 100);
SetVoiceSound(1, 0x4000000, 100);
SetVoiceSound(1, 0x3000000, 100);
SetVoiceSound(1, 0x2000000, 100);
SetVoiceSound(2, 0x1000000, 200);
SetVoiceSound(2, 0x2000000, 200);
SetVoiceSound(2, 0x4000000, 100);
SetVoiceSound(2, 0x4000000, 100);
SetVoiceSound(2, 0x3000000, 100);
SetVoiceSound(2, 0x2000000, 100);
StartSound();