home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / mac / soundutl / rndmsndc.hqx / vRandomSound.cc < prev   
Encoding:
C/C++ Source or Header  |  1993-11-15  |  283 b   |  15 lines

  1. /*
  2.  ************************************************************************
  3.  *                     Verify the random palying of a sound
  4.  */
  5.  
  6. extern void play_random_sound(void);
  7.  
  8. void main()
  9. {
  10.     Initialize_MAC();
  11. //    message("Sounds will be played");
  12.     play_random_sound();
  13. //    play_random_sound();
  14. }
  15.