home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mm1_tracker.lzh / TRACKER4.6 / Docs / splitmod.readme < prev    next >
Text File  |  1994-11-24  |  2KB  |  47 lines

  1. VERY IMPORTANT: `splitmod' is for personal use only.
  2.  
  3. This program (splitmod) is Copyright 1993,1994 by Marc Espie.
  4. It is forbidden to redistribute files obtained through the use of splitmod 
  5. to other people, and specifically to upload czip'ed files on the net.
  6. If you want to do that, you'll have to rewrite splitmod from scratch. Reuse
  7. of code from tracker/splitmod for that purpose is forbidden as well.
  8.  
  9. In short:
  10.  
  11. DO NOT REDISTRIBUTE FILES OBTAINED THROUGH THE USE OF SPLITMOD ON THE NET !!!
  12.  
  13. WE DON'T NEED YET ANOTHER INCOMPATIBLE FORMAT !!!!
  14.  
  15.  
  16.  
  17.  
  18. Splitmod is a new utility provided for better compression of module
  19. files.
  20.  
  21. A little while ago, a very nice utility called shorten appeared.
  22. It seems that shorten regularly beats general compression algorithms
  23. as far as digitized samples are concerned. Applying it to a raw module
  24. regularly gives the same or a better compression than lha or zip.
  25. Actually though, part of a module file is composed of samples, but the
  26. rest is a genuine score. 
  27. Hence splitmod, which does split a file (say file.lzh) into its score part
  28. (file.mod) and its sample part (file.mod).
  29.  
  30. Afterwards, just make use of zip and shorten to build a special archive
  31. (file.czip) holding file.mod (compressed with maximum zip compression rate)
  32. and shortened file.samp.shn (not compressed at all with zip since it can't
  33. beat shorten...)
  34.  
  35. The size reduction is usually drastic: between 10 and 30% from usual
  36. compressed formats !
  37.  
  38. Two short scripts (czip and unczip) are provided. czip takes the output of
  39. splitmod and builds the czip archive. unczip is the necessary filter to
  40. be able to replay czip files from tracker.
  41.  
  42. Note that you can still rebuild the original file from the czip archive through
  43. unczip. DON'T HESITATE TO USE IT BEFORE UPLOADING MOD FILES TO ANY BBS/FTP SITE.
  44.  
  45. The default czip and unczip files are unix sh scripts, though an amiga execute
  46. version wouldn't be too difficult to build...
  47.