home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / awemp122.zip / AWEMP.REV < prev    next >
Text File  |  1995-07-11  |  7KB  |  148 lines

  1. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  2.                        Sound Blaster AWE32 Module Player
  3.                          Copyright (C) 1995 by B.Boer
  4.                              All rights reserved
  5.                                Revision history
  6. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  7.  
  8.  
  9. -  -  -  - - - --- version 1.22 ---*-*-*-*-*----- 9 Jul 1995 --- - - -  -  -  -
  10.  
  11.           * Added following effects:
  12.               0xy - arpeggio
  13.               1xx - portamento up
  14.               2xx - portamento down
  15.               3xx - portamento to note
  16.               5xx - tone portamento + volume slide
  17.               E1x - fine portamento up
  18.               E2x - fine portamento down
  19.           * When returning from the DOS-shell some colors in the
  20.             screen did blink, but this bug occured on only a few
  21.             systems, though it should be fixed now.
  22.           * If you changed the current working directory within a
  23.             DOS-shell and you returned to AWEMP, the modules in
  24.             the play-list couldn't be found anymore. Fixed now.
  25.  
  26. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  27.  
  28.  
  29. -  -  -  - - - --- version 1.21 ---*-*-*-*-*---- 29 Jun 1995 --- - - -  -  -  -
  30.  
  31.           * Added play list option. You can now for example type at
  32.             the DOS prompt: AWEMP *.MOD, AWEMP will then add all the
  33.             files matching *.MOD to a play list. While AWEMP is
  34.             playing press 'N' for next module or press 'L' to select
  35.             a module in the play list. You can also play the modules
  36.             in a random order, this can be done by adding the option
  37.             '/R' to the commandline.
  38.             Note that the play list can hold a maximum of 255 file-
  39.             names, so I would't advice you to type AWEMP *.MOD on
  40.             places where you will likely have more than 255 modules
  41.             (such as CD-ROMs).
  42.           * Added the ability to view the sample names. Pressing 'A'
  43.             while AWEMP is playing should do the trick.
  44.           * If AWEMP tries to load a corrupted module, AWEMP will
  45.             show a warning box which gives you the opportunity to
  46.             play the module or to discard it.
  47.           * Added support for 15-instruments MODs!
  48.  
  49. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  50.  
  51.  
  52. -  -  -  - - - --- version 1.20 ---*-*-*-*-*----- 3 Jun 1995 --- - - -  -  -  -
  53.  
  54.           * AWEMP has a totally new cool look! Check out yourself!
  55.             Make sure you have a VGA adapter installed in your
  56.             system. :)
  57.           * Added following effects:
  58.               5xx - tone portamento + volume slide (*)
  59.               6xy - vibrato + volume slide (*)
  60.               EDx - note delay
  61.             Effects marked with an asterisk (*) are partly implemented,
  62.             i.e. only the volume slide works.
  63.           * Added adjustable reverb and chorus depths option.
  64.           * Added disable module looping commandline option.
  65.           * Fixed bug in set loop and jump to loop effects.
  66.           * Volume slider slided - again - too fast! Should be fixed
  67.             now finally.
  68.           * Removed 64k limit for samples. Samplesize is now limited
  69.             to RAM on AWE32. Note that MOD files support samplesizes
  70.             up to only 128k.
  71.           * Floating point instructions removed, these caused too many
  72.             errors on systems without a coprocessor. Couldn't test it
  73.             though, because I've got one (a 486DX you know).
  74.           * AWEMP searches now for the COMSPEC variable, so you can
  75.             shell to any commandline interpreter in any directory.
  76.           * Added wildcards support. Filename extensions are not needed
  77.             anymore.
  78.           * Removed some grammer errors in AWEMP.DOC and AWEMP.REV,
  79.             thanks to Gemini for fixing this.
  80.  
  81. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  82.  
  83.  
  84. -  -  -  - - - --- version 1.12 ---*-*-*-*-*---- 23 May 1995 --- - - -  -  -  -
  85.  
  86.           * Added shell to DOS option.
  87.           * Added adjustable main volume option.
  88.           * When exiting AWEMP, the system sometimes hangs, caused
  89.             by non-freed allocated memory blocks. Fixed now.
  90.           * On some BBSs the description of AWEMP was completely
  91.             ruined, because I didn't add spaces to fill the line to
  92.             the end. This is hopefully fixed now, because it isn't
  93.             quite readable that way. :)
  94.  
  95. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  96.  
  97.  
  98. -  -  -  - - - --- version 1.11 ---*-*-*-*-*---- 22 May 1995 --- - - -  -  -  -
  99.  
  100.           * Optimized calculation of volume table, volumes should
  101.             now be set to the right values.
  102.           * Fixed bug in the commandline processor.
  103.           * Removed some grammar errors in the documentation.
  104.  
  105. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  106.  
  107.  
  108. -  -  -  - - - --- version 1.1 ----*-*-*-*-*---- 21 May 1995 --- - - -  -  -  -
  109.  
  110.           * Added following effects:
  111.               E5x - set loop
  112.               E6x - jump to loop
  113.               E9x - retrig note
  114.               ECx - note cut
  115.               EEx - pattern delay
  116.           * AWEMP now uses an alternate volume table to amplify
  117.             samples with low volumes a bit.
  118.           * Volume slider slided too fast, fixed now.
  119.           * Size of patterndata is no longer limited to 64k.
  120.           * Fixed small bug in modloader, caused some modules not
  121.             to be loaded, especially when using the /F option.
  122.           * AWEMP didn't work properly on a 286/386 without
  123.             coprocessor, thanks to KjB (or is it Gemini?) for
  124.             reporting this stupid bug.
  125.           * Changed name of AWE32MP to AWEMP.
  126.  
  127. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  128.  
  129.  
  130. -  -  -  - - - --- version 1.0 ----*-*-*-*-*---- 17 May 1995 --- - - -  -  -  -
  131.  
  132.           * First release of my very first modplayer, programmed
  133.             for Creative Labs' Sound Blaster AWE32.
  134.           * Protracker, Fasttracker and Startrekker modules with
  135.             up to 8 channels supported.
  136.           * Effects supported:
  137.               8xx - pan set
  138.               Axy - volume slide up/down
  139.               Bxx - position jump
  140.               Cxx - volume set
  141.               Dxx - pattern break
  142.               EAx - fine volume slide up
  143.               EBx - fine volume slide down
  144.               Fxx - speed/bpm set
  145.  
  146. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  147.  
  148.