home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / AWE / AWEMP132.ZIP / AWEMP.REV < prev    next >
Encoding:
Text File  |  1995-10-14  |  10.6 KB  |  234 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.32 ---*-*-*-*-*---- 14 Oct 1995 --- - - -  -  -  -
  10.  
  11.           * AWEMP now has a config file; check out AWEMP.INI.
  12.           * Expanded memory (EMS) support! From now on you will
  13.             have more free conventional memory than ever!
  14.           * Fixed the missing-notes-after-looping bug.
  15.           * CTRL-C/CTRL-BREAK handler fixed to work correctly.
  16.  
  17. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  18.  
  19.  
  20. -  -  -  - - - --- version 1.31 ---*-*-*-*-*---- 10 Sep 1995 --- - - -  -  -  -
  21.  
  22.           * Added following effects:
  23.               4xy - vibrato
  24.               6xx - vibrato + volume slide
  25.               7xy - tremolo
  26.               E4x - set vibrato waveform
  27.               E7x - set tremolo waveform
  28.           * Fixed an irritating bug that sometimes caused a black
  29.             line being shown on top of the screen.
  30.           * Jump to previous module is now possible with 'B'.
  31.           * Files with errors now become blacklisted in the playlist,
  32.             this means that AWEMP just skips these modules when you
  33.             press 'N/B' for next/prev module. You can however load
  34.             such a module if you want just by selecting the module
  35.             with the selector bar and pressing Enter. Files with
  36.             errors are marked in the playlist with a grey color.
  37.           * Most wanted feature: commandline options for setting
  38.             reverb, chorus and main volume. Type AWEMP /? for usage.
  39.  
  40. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  41.  
  42.  
  43. -  -  -  - - - --- version 1.30 ---*-*-*-*-*---- 27 Aug 1995 --- - - -  -  -  -
  44.  
  45.           * AWEDIP completely removed, yes!!
  46.           * Size of play-list increased to 1024 entries.
  47.           * All warning messages can now be ignored with option '/I'
  48.             added to the commandline.
  49.           * Force upload is now a default setting, this makes option
  50.             '/F' redundant.
  51.           * Sample names with control codes no longer trash the screen.
  52.           * Removed *many* clicks.
  53.  
  54. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  55.  
  56.  
  57. -  -  -  - - - --- version 1.24 ---*-*-*-*-*---- 16 Aug 1995 --- - - -  -  -  -
  58.  
  59.           * Non-public release.
  60.           * Added sample offset (9xx) effect.
  61.           * Fixed small bug in note delay (EDx) effect.
  62.           * Options '/D', '/S' and '/V' temporarily disabled.
  63.           * Module loader completely rewritten.
  64.           * Play-routine partly rewritten.
  65.  
  66. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  67.  
  68.  
  69. -  -  -  - - - --- version 1.23 ---*-*-*-*-*---- 30 Jul 1995 --- - - -  -  -  -
  70.  
  71.           * Selectable reverb and chorus effects! Pressing 'E' will
  72.             pop up a window where you can choose between 16 different
  73.             effects.
  74.           * Double sampling RAM option. With '/D' added to the
  75.             commandline you can now load modules with sizes up to
  76.             512 kb if you have 512 kb on your AWE32, 4 Mb if you have
  77.             4 Mb on your AWE32, etc. Though, you will have some loss
  78.             of sample quality, especially with hi-hats and high
  79.             quality strings.
  80.           * Changed behaviour of random play-list selector a bit;
  81.             instead of taking a random module in the play-list, the
  82.             play-list itself is shuffled now.
  83.           * Enabled the '/V' option, it was just disabled in version
  84.             1.22 because of some changements in the calculation of
  85.             the volume table. Although I think that not many will
  86.             use this option.
  87.           * Force upload will now really load as many samples as
  88.             possible. Previous versions discarded the remaining
  89.             samples even if some of them did fit in the AWE32 RAM.
  90.           * Fixed bug in portamento up/down (1xx/2xx) effect.
  91.           * Fixed a rather stupid bug in note cut (ECx) effect.
  92.  
  93. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  94.  
  95.  
  96. -  -  -  - - - --- version 1.22 ---*-*-*-*-*----- 9 Jul 1995 --- - - -  -  -  -
  97.  
  98.           * Added following effects:
  99.               0xy - arpeggio
  100.               1xx - portamento up
  101.               2xx - portamento down
  102.               3xx - portamento to note
  103.               5xx - tone portamento + volume slide
  104.               E1x - fine portamento up
  105.               E2x - fine portamento down
  106.           * When returning from the DOS-shell some colors in the
  107.             screen did blink, but this bug occured on only a few
  108.             systems, though it should be fixed now.
  109.           * If you changed the current working directory within a
  110.             DOS-shell and you returned to AWEMP, the modules in
  111.             the play-list couldn't be found anymore. Fixed now.
  112.  
  113. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  114.  
  115.  
  116. -  -  -  - - - --- version 1.21 ---*-*-*-*-*---- 29 Jun 1995 --- - - -  -  -  -
  117.  
  118.           * Added play list option. You can now for example type at
  119.             the DOS prompt: AWEMP *.MOD, AWEMP will then add all the
  120.             files matching *.MOD to a play list. While AWEMP is
  121.             playing press 'N' for next module or press 'L' to select
  122.             a module in the play list. You can also play the modules
  123.             in a random order, this can be done by adding the option
  124.             '/R' to the commandline.
  125.             Note that the play list can hold a maximum of 255 file-
  126.             names, so I would't advice you to type AWEMP *.MOD on
  127.             places where you will likely have more than 255 modules
  128.             (such as CD-ROMs).
  129.           * Added the ability to view the sample names. Pressing 'A'
  130.             while AWEMP is playing should do the trick.
  131.           * If AWEMP tries to load a corrupted module, AWEMP will
  132.             show a warning box which gives you the opportunity to
  133.             play the module or to discard it.
  134.           * Added support for 15-instruments MODs!
  135.  
  136. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  137.  
  138.  
  139. -  -  -  - - - --- version 1.20 ---*-*-*-*-*----- 3 Jun 1995 --- - - -  -  -  -
  140.  
  141.           * AWEMP has a totally new cool look! Check out yourself!
  142.             Make sure you have a VGA adapter installed in your
  143.             system. :)
  144.           * Added following effects:
  145.               5xx - tone portamento + volume slide (*)
  146.               6xy - vibrato + volume slide (*)
  147.               EDx - note delay
  148.             Effects marked with an asterisk (*) are partly implemented,
  149.             i.e. only the volume slide works.
  150.           * Added adjustable reverb and chorus depths option.
  151.           * Added disable module looping commandline option.
  152.           * Fixed bug in set loop and jump to loop effects.
  153.           * Volume slider slided - again - too fast! Should be fixed
  154.             now finally.
  155.           * Removed 64k limit for samples. Samplesize is now limited
  156.             to RAM on AWE32. Note that MOD files support samplesizes
  157.             up to only 128k.
  158.           * Floating point instructions removed, these caused too many
  159.             errors on systems without a coprocessor. Couldn't test it
  160.             though, because I've got one (a 486DX you know).
  161.           * AWEMP searches now for the COMSPEC variable, so you can
  162.             shell to any commandline interpreter in any directory.
  163.           * Added wildcards support. Filename extensions are not needed
  164.             anymore.
  165.           * Removed some grammer errors in AWEMP.DOC and AWEMP.REV,
  166.             thanks to Gemini for fixing this.
  167.  
  168. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  169.  
  170.  
  171. -  -  -  - - - --- version 1.12 ---*-*-*-*-*---- 23 May 1995 --- - - -  -  -  -
  172.  
  173.           * Added shell to DOS option.
  174.           * Added adjustable main volume option.
  175.           * When exiting AWEMP, the system sometimes hangs, caused
  176.             by non-freed allocated memory blocks. Fixed now.
  177.           * On some BBSs the description of AWEMP was completely
  178.             ruined, because I didn't add spaces to fill the line to
  179.             the end. This is hopefully fixed now, because it isn't
  180.             quite readable that way. :)
  181.  
  182. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  183.  
  184.  
  185. -  -  -  - - - --- version 1.11 ---*-*-*-*-*---- 22 May 1995 --- - - -  -  -  -
  186.  
  187.           * Optimized calculation of volume table, volumes should
  188.             now be set to the right values.
  189.           * Fixed bug in the commandline processor.
  190.           * Removed some grammar errors in the documentation.
  191.  
  192. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  193.  
  194.  
  195. -  -  -  - - - --- version 1.1 ----*-*-*-*-*---- 21 May 1995 --- - - -  -  -  -
  196.  
  197.           * Added following effects:
  198.               E5x - set loop
  199.               E6x - jump to loop
  200.               E9x - retrig note
  201.               ECx - note cut
  202.               EEx - pattern delay
  203.           * AWEMP now uses an alternate volume table to amplify
  204.             samples with low volumes a bit.
  205.           * Volume slider slided too fast, fixed now.
  206.           * Size of patterndata is no longer limited to 64k.
  207.           * Fixed small bug in modloader, caused some modules not
  208.             to be loaded, especially when using the /F option.
  209.           * AWEMP didn't work properly on a 286/386 without
  210.             coprocessor, thanks to KjB (or is it Gemini?) for
  211.             reporting this stupid bug.
  212.           * Changed name of AWE32MP to AWEMP.
  213.  
  214. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  215.  
  216.  
  217. -  -  -  - - - --- version 1.0 ----*-*-*-*-*---- 17 May 1995 --- - - -  -  -  -
  218.  
  219.           * First release of my very first modplayer, programmed
  220.             for Creative Labs' Sound Blaster AWE32.
  221.           * Protracker, Fasttracker and Startrekker modules with
  222.             up to 8 channels supported.
  223.           * Effects supported:
  224.               8xx - pan set
  225.               Axy - volume slide up/down
  226.               Bxx - position jump
  227.               Cxx - volume set
  228.               Dxx - pattern break
  229.               EAx - fine volume slide up
  230.               EBx - fine volume slide down
  231.               Fxx - speed/bpm set
  232.  
  233. -  -  -  - - - --------------------*-*-*-*-*-------------------- - - -  -  -  -
  234.