home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / soundb / sndhack / examp002.wsn < prev    next >
Text File  |  1991-07-28  |  296b  |  11 lines

  1. ;**BEWARE**
  2. ;The CloseSound function will flush the voice queues, which
  3. ;will cause any left over queued sounds to be lost.  In this
  4. ;example the note queued in the SetVoiceNote call will not
  5. ;be played.
  6. CloseSound();
  7. OpenSound();
  8. SetVoiceNote(1, C4, 4, 0);
  9. StartSound();
  10. CloseSound();
  11.