home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / soundb / sndhack / fm0001.wsn < prev    next >
Text File  |  1991-07-31  |  650b  |  25 lines

  1. ;Here is a pretty weird set of sounds
  2. ;if you have the FM driver for the Sound Blaster.
  3.  
  4. CloseSound();
  5. OpenSound();
  6. SetSoundNoise(S_PERIOD512, 50)
  7. SetVoiceEnvelope(1, 9, 1);
  8. SetVoiceEnvelope(2, 9, 1);
  9.  
  10. SetVoiceSound(1, 0x0500000, 300);
  11. SetVoiceSound(1, 0x1000000, 200);
  12. SetVoiceSound(1, 0x2000000, 100);
  13. SetVoiceSound(1, 0x4000000, 100);
  14. SetVoiceSound(1, 0x3000000, 100);
  15. SetVoiceSound(1, 0x2000000, 100);
  16.  
  17. SetVoiceSound(2, 0x1000000, 200);
  18. SetVoiceSound(2, 0x2000000, 200);
  19. SetVoiceSound(2, 0x4000000, 100);
  20. SetVoiceSound(2, 0x4000000, 100);
  21. SetVoiceSound(2, 0x3000000, 100);
  22. SetVoiceSound(2, 0x2000000, 100);
  23.  
  24. StartSound();
  25.