home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pmos2002.zip / DEF / MUSICDEM.DEF < prev    next >
Text File  |  1989-06-25  |  694b  |  23 lines

  1. DEFINITION MODULE MusicDemonstration;
  2.  
  3.     (********************************************************)
  4.     (*                            *)
  5.     (*        Test of module Music.            *)
  6.     (*                            *)
  7.     (*  Programmer:        P. Moylan            *)
  8.     (*  Last edited:    24 June 1989            *)
  9.     (*  Status:                        *)
  10.     (*    Working.  Musically, it could be polished up a    *)
  11.     (*    little, but from the software development    *)
  12.     (*    viewpoint it is complete - module Music does    *)
  13.     (*    indeed work as desired.                *)
  14.     (*                            *)
  15.     (********************************************************)
  16.  
  17. PROCEDURE WaitForEndOfMusic;
  18.  
  19.     (* Synchronization procedure: does not return until the music    *)
  20.     (* demonstration is over.                        *)
  21.  
  22. END MusicDemonstration.
  23.