home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / edit / modtech / readme.1st < prev    next >
Encoding:
Text File  |  1994-03-16  |  502 b   |  20 lines

  1. To determine the values for the C routine...
  2.  
  3. Take any 31 instrument module
  4. Load into MODEDIT
  5. Go through each sample, writing down its length in decimal
  6. (or get the lengths that MODPLAY gives, add 2 then double)
  7.  
  8. To find the length of the starting bit of the MOD
  9.  
  10. Add
  11.  
  12. Number of patterns in mod (displayed by modplay next to    31   value)
  13. multiply by 1024 and then add 043C (hex)
  14.  
  15. Mark.
  16.  
  17. This simple C routine does not look at the output table - it
  18. assumes 7 = SB and 0 = speaker.
  19.  
  20.