home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !FALCON / DHS / DUMP16.ZIP / dump16 / dump.txt < prev    next >
Text File  |  1999-10-28  |  2KB  |  114 lines

  1.  
  2. Denna Urtrista Module Player (DUMP) v1.6
  3.  
  4. October 28, 1999
  5.  
  6. Anders Eriksson
  7. ae@atari.org
  8.  
  9. http://dhs.atari.org
  10.  
  11.  
  12.  
  13.  
  14.  
  15. What it is:
  16.  
  17.  DUMP is a simple player for 4/6/8 channel .mod files
  18.  generated by various programs and musicans.
  19.  
  20.  
  21.  
  22. Needs:
  23.  
  24.  DUMP needs a Falcon running some sort of TOS compatible
  25.  operatingsystem.
  26.  
  27.  
  28.  
  29. Reason:
  30.  
  31.  There were no .mod player that could play 4/6/8 channel
  32.  files without crashing on a Centurbo 2. And, to my knownledge
  33.  there is no other DSP-based player that works in MiNT
  34.  virtual terminals.
  35.  
  36.  
  37.  
  38. Resources:
  39.  
  40.  DUMP is easy on system resources. It only need the space for
  41.  the .mod file you load plus approx 50k more. 8000 bytes of
  42.  this is reserved into ST-RAM (DMA-playbuffer).
  43.  
  44.  
  45.  
  46. Options:
  47.  
  48.  -q (-Q) will force the player to quiet mode, eg. no screen-
  49.          output.
  50.           
  51.  -s (-S) surround sound enable
  52.  
  53.  -i (-I) interpolation enable
  54.  
  55.  -n (-N) no samplename printing
  56.  
  57.  sample commandline: dump -s -i /foo/bar.mod
  58.             
  59.  
  60.  
  61. Toggles:
  62.  
  63.  While playing a module, it is possible to change the
  64.  interpolation and surround status.
  65.  
  66.  - `i` (or `I`) toggles the interpolation
  67.  
  68.  - `s` (or `S`) toggles the surround sound
  69.  
  70.  
  71.  
  72. Disclaimer:
  73.  
  74.  You're using DUMP at your own risk. The authours cannot be
  75.  held responsible for any damage it might do.
  76.  
  77.  
  78.  
  79. Copying:
  80.  
  81.  DUMP is freeware, copy as much as you want. The source is
  82.  distributed with it. If you add a function, please e-mail
  83.  the upgraded version back.
  84.  
  85.  
  86.  
  87. Sourcecode:
  88.  
  89.  Is quite well documented. It's in assembler and is 
  90.  working right off with gen or assemble. The code is not
  91.  perfectly optimized or have an ideal structure.
  92.  
  93.  
  94.  
  95. Credits:
  96.  
  97.  DSPMOD Player
  98.   Bitmaster of TCE
  99.  
  100.  DSP Bootstrap replacement
  101.   Fredrik Noring
  102.   
  103.  The rest
  104.   Anders Eriksson
  105.  
  106.  
  107.  
  108. Future:
  109.  
  110.  Nothing decided yet.
  111.  
  112.  
  113.  
  114. eof