home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / kingmod.zip / MID2MOD.DOC < prev    next >
Text File  |  1993-02-26  |  2KB  |  40 lines

  1. Mid2Mod Converter
  2. ver 0.9
  3.  
  4. Basically, this is a small utility program that I threw together. 
  5. What it is suppose to do is convert SMF Midi files to Module files. 
  6. The program will read in the first 4 tracks from the midi file that
  7. contain music, and place the notes into the module file.  Nothing
  8. else is converted, including song names, track names, music speed,
  9. or volume.  This is a bare bones converter.  
  10.  
  11. To use the program type the following command:
  12.  
  13.      mid2mod [midifile.mid] [output.mod] [magicnumber]
  14.  
  15. -    The midifile is the midi file that you would like to 
  16. -    The output file is the filename of the module that is created. 
  17.      If you do not provide a name, the midi filename will be used,
  18.      except that it will have a .mod extension instead.
  19. -    The magic number is used to determine how the notes length of
  20.      the midi file will be translated.  Basically the larger the
  21.      number, the smaller the notes lengths, but the module will be
  22.      less accurate.  The smaller the number, the notes will be of
  23.      greater length, with more accuracy.  The default is 20.  I 
  24.      would recommend staying within a range of 10 to 60.
  25.  
  26. Although this program works fine on many midi files, some of them
  27. do not translate well at all.  I don't know if this is because they
  28. are not standard midi files, or I am doing something wrong. 
  29. However, I do not plan on fixing this program unless a decent
  30. number of people would like me to.  
  31.  
  32. Mid2Mod is a Public Domain program.  This means that anyone may own
  33. this program free of charge.  In fact, I encourage all of you to
  34. give of copy of this to your family, friends, and local computer
  35. billboards.
  36.  
  37. There is no warranty of any kind, and the author is not liable for
  38. damages of any kind.  By using this software, you agree to all the
  39. above terms.
  40.