home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 02154 / muzak2.arc / MUZFMT.DOC < prev    next >
Text File  |  1986-06-05  |  3KB  |  91 lines

  1. MUZFMT.DOC containing file formats used in MUZAK.BAS and MUZAK.EXE
  2. By Aaron Ross Priven
  3. 540 Sylvan Avenue
  4. San Mateo, CA 94403-3214
  5. 16 February 1986
  6.  
  7. Note: In all cases, two items separated by putting them on separate lines
  8. can be separated by putting a comma between them instead.
  9.  
  10.  
  11.                   Format to a MUZAK file without words:
  12.  
  13. "The first line shown in the box"
  14. "The second line shown in the box"
  15. "The third line shown in the box"
  16. Number of music lines there are
  17. "Music line"
  18. "Music line"
  19. "Music line"
  20.     .
  21.     .
  22.     .
  23. "Music line"
  24.  
  25.  
  26.                   Format to a MUZAK file with words
  27.  
  28. "The first line shown in the box"
  29. "The second line shown in the box"
  30. "The third line shown in the box"
  31. Number of MUSIC lines there are
  32. "Lyric line"
  33. "Music line"
  34. "Lyric line"
  35. "Music line"
  36.     .
  37.     .
  38.     .
  39. "Lyric line"
  40. "Music line"
  41.  
  42.  
  43. Note: The last character in the lyric line before the quote is important.
  44. If there is a vertical bar (|) just before the quote then the next lyric line
  45. will appear on the screen below this one. If there is not a vertical bar,
  46. then the next lyric will appear next to this one. Check out GOODMORN.MUZ
  47. and RICHMAN.MUZ for some good examples.
  48.  
  49.  
  50.                    Format of a "type of music" file
  51.  
  52.  
  53. How many songs there are
  54. "What to display at the top of the 'pick a song' menu"
  55. Word flag,"Filespec of song","What to display on the 'song' menu"
  56. Word flag,"Filespec of song","What to display on the 'song' menu"
  57. Word flag,"Filespec of song","What to display on the 'song' menu"
  58.     .              .                       .
  59.     .              .                       .
  60.     .              .                       .
  61. Word flag,"Filespec of song","What to display on the 'song' menu"
  62.  
  63. Note: Word flag means "Are there lyrics in this song?" A zero means "yes"
  64. and a one means "no."
  65.  
  66.  
  67.                    Format of DEFINTN.MUZ, the file containing the
  68.                         information for the "what kind of music" menu
  69.  
  70.  
  71.  
  72. Number of music types
  73. "Filespec of song","What to display on the 'type' menu"
  74. "Filespec of song","What to display on the 'type' menu"
  75. "Filespec of song","What to display on the 'type' menu"
  76.         .                    .
  77.         .                    .
  78.         .                    .
  79. "Filespec of song","What to display on the 'type' menu"
  80.  
  81.  
  82.  
  83. Note: It is almost always best to include just the filename and extension
  84. of a file in a filespec, and not any drive or path information, so that
  85. anything may be put anywhere and still work.
  86.  
  87. =Aaron Priven=
  88.  
  89. 16 February 1986
  90. ot any drive or path information, so that
  91. anything may be put anywhere and still work