home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / audio / smus2mod.lzh / DOC next >
Text File  |  1992-08-31  |  3KB  |  80 lines

  1.  
  2.   smus2mod v1.0
  3.  
  4.   Copyright ⌐ 1991 by Blaise Tarr
  5.  
  6.  
  7.  
  8. USAGE
  9.  
  10.   smus2mod file[.SMUS] [MOD_file]
  11.  
  12.  
  13. DESCRIPTION
  14.  
  15.   smus2mod converts a SMUS music file into a SoundTracker compatible MODule.
  16.   The SMUS file's instruments are not converted, but their names are used
  17.   in the MODule.  The MODule can then be loaded into a tracker program such
  18.   as MED or SoundTracker, where the appropriate samples can be added.
  19.  
  20.   To make adding the samples easier, the octave of each instrument is 
  21.   appended to the sample name in the MODule.  In a SMUS file it's possible
  22.   for an instrument to be used, but not named.  In that case an underscore
  23.   character followed by the octave number will be the sample name.
  24.  
  25.   MODules can have samples in only three octaves, but SMUS files' instruments
  26.   do not have that limitation, so if an instrument spans more than three
  27.   octaves, a new sample will be required.  The name of this new sample will
  28.   be the same as the original sample, but the octave number at the end of it
  29.   will be three higher, and the sample itself will have to be three octaves
  30.   higher.  (with MED you can easily change the octave of a sample)
  31.  
  32.  
  33. ADDITIONAL INFORMATION
  34.  
  35.   - Notes which are either below octave 1 or above octave 6 are simply
  36.     treated as rests.
  37.   - If a SMUS file is too long and cannot fit in 64 blocks, a message is
  38.     printed, and the MODule will only contain whatever fits.
  39.   - The SMUS file cannot have more than 31 instruments (less if some 
  40.     instruments span more than 3 octaves).
  41.   - The SMUS standard also allows for triplets, quintuplets, and septuplets.
  42.     These modify the length of the current note or rest in the following way:
  43.       triplet note    = 2/3 normal note
  44.       quintuplet note = 4/5 normal note
  45.       septuplet note  = 6/7 normal note
  46.     n-tuplet notes are not handled by smus2mod, and when they are encountered
  47.     in a SMUS file, they are treated as a regular note, and a message is 
  48.     printed on the screen disclosing their position in the MODule.  Once
  49.     the MODule is loaded into a tracker, some cutting and pasting may be
  50.     required to correct the timing problem.  The reason that N-tuplets are
  51.     not supported by smus2mod is that the length of the MODule would increase
  52.     by a great deal, and they are not very common.
  53.  
  54.  
  55. DISTRIBUTION
  56.  
  57.   smus2mod is Freely Distributable.  You may give it to friends, enemies,
  58.   upload it to bulletin boards, etc. but you may not sell it (a reasonable
  59.   duplication fee may be charged).
  60.  
  61.  
  62.  
  63.   I would like to hear your suggestions, comments, and some cool MODs, so
  64.   send 'em to me  :-).  Here is my address:
  65.  
  66.     Blaise Tarr
  67.     59 Mary Street
  68.     Doylestown, PA  18901
  69.     U.S.A.
  70.  
  71.  
  72.   Until May 1992 I can also be reached on the Internet as:
  73.     BGT101@PSUVM.psu.edu
  74.  
  75.  
  76.  
  77.   Happy tracking!
  78.  
  79.  
  80.