home *** CD-ROM | disk | FTP | other *** search
/ Hurricane / HURRICANE.ISO / sound / mod / dmp.rev < prev    next >
Text File  |  1994-05-26  |  42KB  |  973 lines

  1.             -----------------------
  2.             REVISION HISTORY OF DMP
  3.             -----------------------
  4.  
  5.          Latest version is always available at:
  6.  
  7.          ┌─────────────────────────────────────────────┐
  8.          │ R.A. LAW       +358-37-5849007  v32bis/ZyX  │
  9.          │ ftp.wustl.edu  /pub/MSDOS_UPLOADS/modplayers│
  10.          └─────────────────────────────────────────────┘
  11.  
  12.        For other support sites take a look at SUPPORT.DMP
  13.  
  14. *** ---------------------------------------------------------------------- ***
  15.  
  16. Version 2.92    New 16-bit quality mode                 May 26th, 1994
  17.  
  18.         + New! Quality mode for 16-bit cards. With the new quality mode
  19.           you can get much better dynamics with multi channel modules.
  20.           This method uses a 32-bit intermediate mixing buffer and clips
  21.           the data into 16-bit output format. Using too high volumes
  22.           will cause more clipping which degrades sound quality a bit.
  23.  
  24.           Usage: DMP -q -aXXX module
  25.  
  26.           where XXX is the gain (amplification value).
  27.           32 = normal volume
  28.           64 = 2 x normal volume
  29.           100 = 3.125 x normal volume
  30.           etc.
  31.  
  32.           Maximum usable amplification is around 700 (which means
  33.           2100% amplification, quite loud!)
  34.  
  35. *** ---------------------------------------------------------------------- ***
  36.  
  37. Version 2.91    Many bugfixes in various parts          May 23rd, 1994
  38.                 New commercial licensing system for DSMI
  39.  
  40.         * Maintenance release, lot's of bugs fixed.
  41.         * This one wasn't officially even released...
  42.  
  43. *** ---------------------------------------------------------------------- ***
  44.  
  45. Version 2.90    Better GUS compatibility                May 7th, 1994
  46.                 Loader fixes
  47.  
  48.         - GUS player now uses PC timer instead of GUS' own timer. This
  49.           will cure some problems users have had with DMP.
  50.         - Also new technique for GUS DMA download.
  51.         + Better S3M loader.
  52.         + FAR loader can now handle >64 row patterns
  53.         - Fixed the SB Pro detection bug
  54.  
  55. *** ---------------------------------------------------------------------- ***
  56.  
  57. Version 2.89    New detection routines for SB           April 3rd, 1994
  58.                 Optional DMA for GUS
  59.  
  60.         - New detection routines for SB family. These routines use
  61.           the BLASTER environment variable (if available) to detect the
  62.           presense of Sound Blaster (Pro, 16). If BLASTER is not available
  63.           the old hardware detection routines are used instead.
  64.         + You can now use either the old byte-by-byte transfer method or
  65.           the new DMA transfer. Parameter '-g' enables the non-DMA
  66.           method.
  67.         - Fixed a bug in AudioTrix Pro (and Windows Sound System) exit
  68.           routine that caused incorrect IRQ and DMA channel to be active
  69.           after exit.
  70.         * Another new Internet mail address, you can now reach me at:
  71.  
  72.                 otto.chrons@cc.tut.fi           ( easier to remember ;) )
  73.                 c142092@lehtori.cc.tut.fi
  74.                 c142092@proffa.cc.tut.fi
  75.  
  76. *** ---------------------------------------------------------------------- ***
  77.  
  78. Version 2.88    Loaders fixed                           March 20th, 1994
  79.  
  80.     - GUS DMA bugs fixed. If you had differing DMA channels for
  81.       recording and output, DMP would lock up.
  82.     - MTM and FAR loaders work now significantly better
  83.     * New Internet mail address:
  84.  
  85.         c142092@lehtori.cc.tut.fi
  86.  
  87. *** ---------------------------------------------------------------------- ***
  88.  
  89. Version 2.87    GUS bug fixes                           March 13th, 1994
  90.  
  91.     - Samples are now downloaded into GUS using DMA
  92.     - GUS player bugs fixed (skipped notes, inaccuracy)
  93.     - With PAS the DMA transfer was not stopped after exit -> slow down
  94.     * Released a 32-bit version of DMP. Check out for DMP/32
  95.  
  96. *** ---------------------------------------------------------------------- ***
  97.  
  98. Version 2.86    Bug fixes                               February 26th, 1994
  99.                 New batch features
  100.  
  101.     - Fixed the quality mode bug in 2.85 that caused lockups
  102.     + New commandline option '-X' enables quiet screen mode. In this
  103.       mode DMP writes absolutely NOTHING to the screen. Great for
  104.       batch files.
  105.     + Error level support for '-Wcmd' option. If your spawned program
  106.       returns with error level 68, DMP exits immediately. Meant to be
  107.       used within batch files...
  108.     - You now have 1 second to decide whether to play corrupted modules
  109.       or not. Press 'N' or ESC if you don't want to play the module.
  110.     - Fixed the MTM loader's heap corrupting bug.
  111.  
  112. *** ---------------------------------------------------------------------- ***
  113.  
  114. Version 2.85    Bug fixes                February 22nd, 1994
  115.  
  116.     * Skipped 2.84 because a fake version had that version number
  117.     - Fixed the division by zero bug with SB16
  118.     - Corrupted modules are now played
  119.  
  120. *** ---------------------------------------------------------------------- ***
  121.  
  122. Version 2.83    SB 44kHz mono support (SB Pro, SB 2.00)    February 14th, 1994
  123.         AudioTrix Pro support
  124.         Amplifying bug fixed
  125.  
  126.     + SB and SB Pro 44kHz support. Use -m with SB Pro to force mono.
  127.     + AudioTrix Pro support (use WSS options)
  128.       DMP -c8 -d3 -p530 module
  129.     - Lots of internal changes for better code.
  130.     - Fixed the amplifying bug (parameter -aXX)
  131.     - Another S3M volume slide bug fixed
  132.  
  133. *** ---------------------------------------------------------------------- ***
  134.  
  135. Version 2.82    Faster mixing                January 31st, 1994
  136.  
  137.     + Rewritten mixing routines are now about 25% faster on my 486/33
  138.     - PAS DMA bugs fixed (hopefully). Caused flipped L/R channels, or
  139.       noise.
  140.  
  141. *** ---------------------------------------------------------------------- ***
  142.  
  143. Version 2.81    S3M bug fixes                           January 24th, 1994
  144.         New customization options
  145.         Player bugs fixed
  146.  
  147.     - S3M volume slide bug fixed
  148.     - Pitch bending bugs fixed (mainly in S3Ms)
  149.     + New options in DMP.INI
  150.       * VGA hardware palette
  151.         - now you have total control over DMP's outlook
  152.       * Channel ID characters in instrument list
  153.         - you can easily change the IDs to digits or any other characters
  154.       Check out the DMP.INI for these two features
  155.     - some GUS bugs fixed, mainly with 14+ channel music
  156.  
  157. *** ---------------------------------------------------------------------- ***
  158.  
  159. Version 2.80    GUS bug fixes                           January 17th, 1994
  160.         25/50 row display
  161.  
  162.     - Some GUS bugs fixed: new volume table, lot less "missing" notes,
  163.       some IRQ bugs fixed
  164.     + You can now switch the screen to 25/50 lines by pressing 'Z'
  165.       Or you can use command line option '-Z25' or '-Z50'
  166.  
  167.       BTW, my birthday is on the 30th of January (I'll be 21) so if
  168.       you haven't sent the "I like DMP" card, now is the right time!
  169.  
  170. *** ---------------------------------------------------------------------- ***
  171.  
  172. Version 2.79    FAR loader                              January 2nd, 1994
  173.         Bug fixes
  174.  
  175.     + DMP now loads Farandole Composer's FAR modules
  176.     - some bugs with MOD/MTM loader fixed
  177.     - "Cmdline" in DMP.INI works now correctly
  178.  
  179.              HAPPY NEW YEAR TO ALL DMP USERS!
  180.  
  181. *** ---------------------------------------------------------------------- ***
  182.  
  183. Version 2.78    Bug fixes                               December 11th, 1993
  184.  
  185.         - Fixed a bug that caused delayed playing on some tracks (2.74-2.77)
  186.         - Added a new feature to MOD/MTM loaders to make it more
  187.           compatible with ProTracker
  188.         - Fixed the bug with multiple file archives
  189.         - Instrument numbers are now alphabets.
  190.  
  191. *** ---------------------------------------------------------------------- ***
  192.  
  193. Version 2.77    Bug fixes                               December 6th, 1993
  194.                 Monochrome screen
  195.                 Real volume bars for GUS
  196.  
  197.         - A tiny bug in GUS heap routines caused weird errors
  198.         - New volume table for GUS -> less clicks
  199.         + Real volume bars for GUS
  200.         + Monochrome screen support in DMP.INI (check it!)
  201.  
  202. *** ---------------------------------------------------------------------- ***
  203.  
  204. Version 2.76    DMP.INI                                 December 6th, 1993
  205.                 Archive support (general)
  206.                 Bug fixes
  207.  
  208.         - Some bugs with Timer Service fixed
  209.         - MTM loader bugs fixed
  210.         + DMP now has a config file: DMP.INI. Check out the descriptions
  211.           in DMP.INI for more information
  212.         + You can now play packed modules. See DMP.INI for information
  213.           on how to use your favourite packing program with DMP
  214.  
  215. *** ---------------------------------------------------------------------- ***
  216.  
  217. Version 2.75    Bug fixes                               December 3rd, 1993
  218.  
  219.         - New reset routine for GUS
  220.         - A bug in S3M loader fixed
  221.         - Many internal changes for forthcoming DSMI/32
  222.           which is a 32-bit flat model (Watcom C/C++) version of DSMI.
  223.       Already works with GUS
  224.         - Better MTM support (upto 32 channels now)
  225.  
  226. *** ---------------------------------------------------------------------- ***
  227.  
  228. Version 2.74    MTM support                             November 28th, 1993
  229.  
  230.         + DMP now loads and plays MTM modules created with MultiTracker
  231.         * I had to skip 2.73 because some lamer had done a fake 2.73 (which
  232.           didn't even work..)
  233.         - New postcard address
  234.         - LOTS of internal changes (for forthcoming DSMI/32)
  235.  
  236. *** ---------------------------------------------------------------------- ***
  237.  
  238. Version 2.72    Bug fixes                               November 13th, 1993
  239.  
  240.         - Uhh, a major bug in CDI caused crashes with other soundcards
  241.           than GUS (and maybe even with GUS)... I wonder when I learn to
  242.           test DMP propely before releasing it!
  243.         - Fixed a bug in S3M loader that caused the last instrument not
  244.           to play at all.
  245.         + Now you can use surround in your own modules too! Just use the
  246.           command 8 (normally unused) with parameter A4. If you want
  247.           regular panning, use values 0 for left, 40 for center, 80 for right.
  248.  
  249. *** ---------------------------------------------------------------------- ***
  250.  
  251. Version 2.71    Bug fixes                               November 1st, 1993
  252.  
  253.         - Samples are now loaded into GUS using the old non-DMA method.
  254.           It seemed like the DMA routine was causing most of the problems
  255.           on various machines. I have optimized the byte-by-byte downloading
  256.           function, so it doesn't take too long on slower machines either.
  257.         - Some timing bugs with GUS fixed.
  258.         + Option -Wcommand lets you immediately shell to DOS after the module
  259.           starts playing. It will also run the optional 'command'.
  260.  
  261. *** ---------------------------------------------------------------------- ***
  262.  
  263. Version 2.70    Murphy's law...                         October 10th, 1993
  264.  
  265.         - Correcting one bug creates two new bugs... GUS didn't set
  266.           the correct channel count -> too high play frequency
  267.     - Reset code should now finally work...
  268.         - 669 loader tempo bug fixed
  269.         - DMA bug with normal sound cards fixed (caused static)
  270.  
  271. *** ---------------------------------------------------------------------- ***
  272.  
  273. Version 2.69    Stereo DACs fixed (hopefully)           October 9th, 1993
  274.                 GUS reset bugs fixed
  275.  
  276.         - There was a small bug in stereo DAC code that prevented
  277.           stereo output. Now fixed.
  278.         - New reset code for GUS should get rid of those lock ups with GUS.
  279.         + New device numbers for PC Speaker/Stereo DACs (10,11 & 12)
  280.  
  281. *** ---------------------------------------------------------------------- ***
  282.  
  283. Version 2.68    Stereo DACs                             October 3rd, 1993
  284.                 Bug fixes
  285.  
  286.         - There was a serious portamento bug in 2.67 which is now fixed
  287.           (I should've tested it more carefully before releasing...)
  288.         + Support for stereo DACs. Use following options to enable
  289.           them:
  290.  
  291.           DMP -c6 -d1           <Dual DACs on LPT1 & LPT2>
  292.  
  293.           DMP -c6 -d2 -p378     <Stereo-on-1 on LPT1>
  294.  
  295.           NOTE! I haven't tested these (cause I don't own 2 Covox style
  296.           DACs or Stereo-on-1 DAC) so please report any errors/bugs
  297.           to me.
  298.         - Some internal bugs fixed
  299.  
  300. *** ---------------------------------------------------------------------- ***
  301.  
  302. Version 2.67    GUS bugs fixed                          October 3rd, 1993
  303.                 New SB16 detection routine
  304.                 Better S3M compatibility
  305.                 Channel inc/dec removed
  306.  
  307.         - Some GUS IRQ bugs were fixed.
  308.         - New SB16 detection routine reads IRQ/DMA values directly from SB16,
  309.           no guessing anymore. Test it! (I haven't!!)
  310.         - Better S3M compatibility (portamento works correctly).
  311.         - You can't increase/decrease channel count anymore, well there
  312.           is no need for it either because you won't get those cracks
  313.           with panning anymore.
  314.  
  315. *** ---------------------------------------------------------------------- ***
  316.  
  317. Version 2.66    GUS bugs fixed                          September 26th, 1993
  318.  
  319.         - DMA transfer should now work with most motherboards due to
  320.           reduced transfer speed.
  321.         - GUS is now reseted so that line output and input are enabled
  322.           (2.65 didn't enable even output!)
  323.         - Track pause and resume work with GUS
  324.         - Louder volume with GUS
  325.  
  326. *** ---------------------------------------------------------------------- ***
  327.  
  328. Version 2.65    Surround Sound!                         September 19th, 1993
  329.                 Bug fixes
  330.  
  331.         + Surround sound is implemented! Pressing the 'U' key sets a
  332.           track into surround channel. If you have a Dolby Pro Logic
  333.           Surround Sound Decoder you can hear the sound coming from
  334.           your surround speaker, but even without this decoder you
  335.           get a more "spacier" effect (similar effect found on many stereo
  336.           TVs to enhance mono sound). Use command line option -n100
  337.           to set all tracks to surround mode.
  338.           NOTE! Does not work with GUS!
  339.         - Playing with SB/SB Pro corrupted the higher part of ECX register,
  340.           now it's corrected.
  341.         - GUS loops play now "clicklessly"
  342.         - GUS' mixer settings are not altered anymore so if you have eg.
  343.           line output enabled it will stay that way.
  344.  
  345. *** ---------------------------------------------------------------------- ***
  346.  
  347. Version 2.64    Bug fixes                               September 13th, 1993
  348.  
  349.         - Fixed a bug with high DMA channels and GUS
  350.         - Small loops play now correctly
  351.  
  352. *** ---------------------------------------------------------------------- ***
  353.  
  354. Version 2.63    Bug fixes                               September 11th, 1993
  355.  
  356.         - Some clicks removed from GUS playing.
  357.         - Fixed the problem with loading samples (GUS).
  358.         - Samples are now loaded to GUS using DMA. This method gives a
  359.           faster and more solid transfer. It also reduces some clicks
  360.           caused my byte-by-byte downloader. May not like QEMM if your
  361.           DMA buffer is small.
  362.  
  363. *** ---------------------------------------------------------------------- ***
  364.  
  365. Version 2.62    GUS support, getting better!            August 29th, 1993
  366.                 Fixed a few bugs
  367.  
  368.         - GUS player seems to working very well now.. still some troubles
  369.           with loading samples after playing many modules, but I'm working
  370.           on it.
  371.         - Fixed a bug in the 669 loader
  372.  
  373. *** ---------------------------------------------------------------------- ***
  374.  
  375. Version 2.61ß   GUS support, better                     August 16th, 1993
  376.  
  377.         - Some improvements to GUS player. A lot less ultraclicks
  378.           and it should work on any GUS (hopefully!). Please report
  379.           any bugs/incompatibles via e-mail.
  380.  
  381. *** ---------------------------------------------------------------------- ***
  382.  
  383. Version 2.60ß   GUS support                             August 8th, 1993
  384.  
  385.         + GUS is now supported, somehow. I know, it's full of "UltraClicks"
  386.           and it doesn't sound right, but this is just a beta version.
  387.           If you know what could be going wrong (I know *many* things
  388.           already), please send me some e-mail about it. I try to remove
  389.           those clicks as soon as possible, but right now I just wanted
  390.           to see it working.
  391.  
  392. *** ---------------------------------------------------------------------- ***
  393.  
  394. Version 2.55    Bug fix                                 July 11th, 1993
  395.  
  396.         - Two previous versions didn't work with SB16, now fixed.
  397.         - Some little things with WSS changed...
  398.  
  399. *** ---------------------------------------------------------------------- ***
  400.  
  401. Version 2.54    Bug fixes                               June 27th, 1993
  402.  
  403.         - WSS support did not work in 2.53 because of a very small bug :(
  404.         - 2.53 REQUIRED Virtual DMA Services to work propely due to
  405.           an erronous detection routine. Now it should work fine.
  406.  
  407. *** ---------------------------------------------------------------------- ***
  408.  
  409. Version 2.53    WSS support                             June 26th, 1993
  410.                 Bug fixes
  411.                 VDS support
  412.                 Cardware
  413.  
  414.         + DMP now works with Windows Sound System and compatibles
  415.           (like Compaq BusinessAudio)
  416.         - The pause-bug in 2.52 with SBs is now fixed
  417.         + Support for Virtual DMA Services has been added, which means
  418.           that DMP should now run better under OS/2 and Windows.
  419.         * DMP is now *cardware*. If you like using DMP, please send me
  420.           a nice postcard to:
  421.  
  422.           Otto Chrons
  423.           Panssariviestikomppania
  424.           Parolan pataljoona
  425.           PL 5
  426.           SF-13701 Parolannummi
  427.           FINLAND
  428.  
  429.           Note! This address is valid until August 15th.
  430.  
  431. *** ---------------------------------------------------------------------- ***
  432.  
  433. Version 2.52    Bug fixes                               June 8th, 1993
  434.                 DMP.FAQ
  435.                 Default panning
  436.  
  437.         - lots of small bugs fixed in various routines...
  438.         + If you encounter problems with DMP, read the DMP.FAQ
  439.           as it contains Frequently Asked Questions about DMP.
  440.         + If you're using headphones with a stereo card, you might
  441.           want to use the default panning feature, which sets panning
  442.           on left and right channels closer to the middle. Use option
  443.           -nXX to enable default panning.
  444.  
  445. *** ---------------------------------------------------------------------- ***
  446.  
  447. Version 2.51    Many bugfixes                           May 28th, 1993
  448.                 New Quality mode!
  449.  
  450.         - bug fixes in EMS-, mixing- and DMA routines
  451.         + Quality mode is now better than ever! Music plays
  452.           a lot louder and is clearer too.
  453.         - No more autocalibration, because it didn't work on
  454.           some machines.
  455.  
  456. *** ---------------------------------------------------------------------- ***
  457.  
  458. Version 2.50    Bugfixes                                May 25th, 1993
  459.                 EMS support
  460.                 Autocalibration
  461.                 Utlities are gone
  462.  
  463.         - some bugs in S3M loader fixed, and no more note shifts!
  464.         - Aria support works now better.
  465.         + DMP can now utilize EMS memory for samples. So you can
  466.           play really large MODs with DMP and still have lots of
  467.           DOS memory! Option -b disables EMS usage.
  468.         + Autocalibration adjusts DMP's sampling rate to match the
  469.           REAL sampling rate of the sound card.
  470.         * GRAB.EXE, VIDEOMEM.COM and batch files for ripping S3Ms
  471.           are now history. If you want them, fetch an older version
  472.  
  473. *** ---------------------------------------------------------------------- ***
  474.  
  475. Version 2.46    Bugfixes                                May 18th, 1993
  476.                 Aria card support
  477.                 Support sites?
  478.  
  479.         + New Aria-based sound cards are now supported! You can play up
  480.           to 44.1kHz with 16-bit stereo quality!
  481.           If autodetection fails, use -c7 and other parameters...
  482.         - The portamento/vibrato/arpeggio bug in 2.45 fixed.
  483.         - Theoretically speaking, the S3M loader now converts modules
  484.           incorrectly, but in practise they sound a lot better ( a half
  485.           note shift upwards makes wonders.. :)
  486.  
  487.         * Do you have a BBS and would like to become official support
  488.           site of DMP? Read the included SUPPORT.DMP text file for
  489.           more info.
  490.  
  491. *** ---------------------------------------------------------------------- ***
  492.  
  493. Version 2.45    Full panning                            May 14th, 1993
  494.                 Monochrome support
  495.  
  496.         + DMP can now be used with monochrome screens
  497.         + On stereo card, you can now pan any channel to any position.
  498.           You might have to add new channels, if you get cracks. And
  499.           remember that using panning takes about 80% more processor
  500.           power!
  501.  
  502. *** ---------------------------------------------------------------------- ***
  503.  
  504. Version 2.44    Bugfixes                                May 12th, 1993
  505.                 PC speaker support
  506.                 DAC works better with memory managers
  507.  
  508.         - Corrupted MOD files are now played more correctly. Previously
  509.           the last instrument was not converted into unsigned format.
  510.         + You can now use DMP with PC speaker! Use parameters "-c6 -p42"
  511.           to enable speaker support.
  512.         - DAC (and speaker) work now a lot better with memory managers
  513.           such as QEMM,MAX386 and EMM386.
  514.         - Little bugfixes in S3M loader.
  515.  
  516. *** ---------------------------------------------------------------------- ***
  517.  
  518. Version 2.43    Bugfixes                                May 11th, 1993
  519.                 Channel panning
  520.                 Real volume bars
  521.  
  522.         - Fixed bugs in 669 and S3M loaders
  523.         + Channels can be panned independently with keys L,M and R. If you
  524.           get cracks in the sound, add more channels with ')'. Select channel
  525.           with up/down arrows. Try panning drums to middle, sounds great!
  526.           Of course, all this works only on stereo cards :-)
  527.         - M2AMF now converts 669 modules correctly.
  528.         + Volume bars are now calculated using the real sample data,
  529.           press 'V' to switch between new/old mode.
  530.         + SB Pro's filter is now off by default -> clearer sound
  531.  
  532. *** ---------------------------------------------------------------------- ***
  533.  
  534. Version 2.42    Bugfixes                                May 10th, 1993
  535.                 Filter switch for SB Pro
  536.                 M2AMF supports 669 and S3M
  537.                 Tempo settings
  538.  
  539.         + Now you can convert your S3M and 669 files into AMF format.
  540.         + If you want to have clearer sound on SB Pro, turn off the
  541.           filter by pressing 'F'
  542.         + You can also change the tempo module is playing by pressing
  543.           [,],{ or } keys. '[]' affect speed, and '{}' affect BPM tempo.
  544.         + Pressing '(' adds and ')' removes one channel. You should clearly
  545.           hear how this affects sound quality.
  546.         - Some bugs fixed in module loaders
  547.  
  548. *** ---------------------------------------------------------------------- ***
  549.  
  550. Version 2.41    Bugfixes                                May 9th, 1993
  551.                 New utility
  552.                 Amplifier
  553.  
  554.         - Fixed note portamento
  555.         - S3M loader is now a lot more compatible.
  556.         - Some outlook bugs fixed, like help screen and that blinking
  557.           bug after returning from DOS shell.
  558.         * VIDEOMEM is a small utility that transforms 96kB of video
  559.           memory into conventional memory, so you can play bigger
  560.           modules with DMP. Works with other non-graphic software, too.
  561.         + You can now amplify playing with command line switch -a.
  562.           Normal value is 31, but be aware that amplifying may cause
  563.           some nasty cracks if volume goes too high. But amplifying
  564.           is helpful if you're playing 8+ channel MODs on 8-bit cards.
  565.  
  566. *** ---------------------------------------------------------------------- ***
  567.  
  568. Version 2.40    Bugfixes                                May 7th, 1993
  569.                 Scream Tracker 3.0 support
  570.                 Composer 669 support
  571.                 New outlook
  572.  
  573.         - Some bugs with DMA fixed (again :-) )
  574.         + Now you can play S3M modules. Three batch files included
  575.           for easy extraction of modules from Future Crew's demos.
  576.           *NOTE! Not all S3M commands are implemented.
  577.         + You can also play 669 format modules, if they fit into memory :)
  578.         - A small bug in STM loader fixed.
  579.         + Little changes in outlook.. You may have to use 50 line mode
  580.           if you want to see all the instruments in some modules
  581.  
  582. *** ---------------------------------------------------------------------- ***
  583.  
  584. Version 2.34    Bugfixes                                April 20th, 1993
  585.                 Mailing list
  586.  
  587.         - Bugs with DMA fixed.
  588.         + DMP now returns an errorlevel of 1 if exited via ESC and
  589.           0 on normal exit (only if looping is disabled).
  590.         * If you want to get new DMP automatically and have Internet
  591.           access, you can join DMP mailing list. Just send a message
  592.           to listserv@oliver.sun.ac.za with following message body
  593.  
  594.           subscribe DMP-LIST Your Name
  595.  
  596.           After joining, you will receive new DMP releases right into
  597.           your own mailbox.
  598.  
  599. *** ---------------------------------------------------------------------- ***
  600.  
  601. Version 2.33    Bugfixes                                April 14th, 1993
  602.  
  603.         - A bug in Retrig command (only in 2.32) was fixed
  604.         - Now the 8-channel FastTracker MODs play OK, previously
  605.           there were problems with channels 7 and 8.
  606.         - False Windows detection corrected (occured if you had an
  607.           environment string "WINDIR")
  608.         * And remember: DSMI IS AVAILABLE!
  609.  
  610. *** ---------------------------------------------------------------------- ***
  611.  
  612. Version 2.32    Bugfixes                                April 9th, 1993
  613.                 New features
  614.  
  615.         - A bug with Tremor command fixed
  616.         + Now you can disable ProTracker extended tempos for those
  617.           old modules (switch '-e')
  618.         - Some problems with 8-bit DMA in Pro Audio Spectrum 16 fixed
  619.  
  620. *** ---------------------------------------------------------------------- ***
  621.  
  622. Version 2.31    Bugfixes                                March 16th, 1993
  623.                 New features
  624.                 * DSMI IS AVAILABLE *
  625.  
  626.         - Some bugs with false PAS detections are now fixed
  627.         + You can shell to DOS with Covox, up to 64kHz!!
  628.         * DSMI is finally available! Read the README file for
  629.           additional info...
  630.  
  631. *** ---------------------------------------------------------------------- ***
  632.  
  633. Version 2.30    Bugfixes                                March 6th, 1993
  634.                 Covox support is back!
  635.                 Faster
  636.  
  637.         - DMP 2.20 failed to load any 15 instrument MODs. Now fixed.
  638.         + Support for Covox. Use parameters '-c6' and '-p' to enable
  639.           Covox (DAC) support at any port address. See revision entry
  640.           for 1.41 for additional info... Covox supports rates up to
  641.           44kHz.
  642.           NOTE: Covox support doesn't work well if you have a memory
  643.           manager like EMM386 or QEMM386 installed.
  644.         + On a 386SX (or other non-cached 386) DMP should be about 10%
  645.           faster :)
  646.         * Thanks for Pieter Immelman for helping out with UNIX
  647.           mail-listserver for DSMI/DMP
  648.  
  649. *** ---------------------------------------------------------------------- ***
  650.  
  651. Version 2.20    Bugfixes                                March 4th, 1993
  652.                 New features
  653.  
  654.         - Some internal bugs fixed...
  655.         + Support for 6 and 8 channel FastTracker MODs
  656.         + You can now use an envrionment variable DMP to specify often
  657.           used command line arguments, for example:
  658.           SET DMP=-s30 -m -o
  659.         + Volume can be changed with + and -
  660.         - UMB support is gone :-( Use PMP (Protected Module Player) to
  661.           play REALLY large modules
  662.         * Changed the method for detecting Pro Audio Spectrum cards.
  663.           Please test on PAS and PAS+
  664.  
  665. *** ---------------------------------------------------------------------- ***
  666.  
  667. Version 2.11    MOD loader bugfix                       February 22nd, 1993
  668.  
  669.         - Some MODs used highly NON-STANDARD period values, so the
  670.           change I made in version 2.02 caused erranous loading. Now
  671.           the loader should handle any MOD.
  672.  
  673. *** ---------------------------------------------------------------------- ***
  674.  
  675. Version 2.10    ProTracker tempo support                February 21st, 1993
  676.  
  677.         + Support for ProTracker's extended tempos has been added.
  678.           Both regular and ProTracker-tempo (in BPM) are now shown on
  679.           screen.
  680.         - Some minor bugfixes.
  681.  
  682. *** ---------------------------------------------------------------------- ***
  683.  
  684. Version 2.02    Bugfixes                                February 15th, 1993
  685.  
  686.         - Bug in the MOD loader caused erranous volumes when instrument
  687.           changed.
  688.         - When using a 16-bit soundcard, DMP could cause machine lock-up
  689.           if a 386-program was run in DOS shell. Now it won't.
  690.         - Help screen showed wrong information about '-u' switch
  691.  
  692. *** ---------------------------------------------------------------------- ***
  693.  
  694. Version 2.01    UMB support defaults to DISABLED        February 9th, 1993
  695.                 Bugfix
  696.  
  697.         - Because of the many reports of memory problems with UMB
  698.           options, it now is disabled by default.
  699.           Use '-u' to ENABLE it, previously that switch DISABLED it!
  700.         - Pausing module with 'P' caused computer to lock up with
  701.           a SB Pro. Now it's fixed.
  702.  
  703. *** ---------------------------------------------------------------------- ***
  704.  
  705. Version 2.0     DMPMT and DMP combined into one .EXE    February 7th, 1993
  706.  
  707.         * DMPMT no longer exist as a separate executable as it's
  708.           functionality has been embedded into DMP.EXE. DMP now
  709.           automatically detects DesqView and Windows and changes
  710.           to DMPMT mode if either is detected. You can also force
  711.           DMPMT mode with '-t' parameter which also accepts
  712.           buffer size like '-t30000'.
  713.  
  714. *** ---------------------------------------------------------------------- ***
  715.  
  716. Version 1.95    UMB support                             February 6th, 1993
  717.  
  718.         + DMP fully utilizes all available upper memory. Now you have
  719.           more memory available in DOS shell and you can also load
  720.           bigger modules.
  721.  
  722. *** ---------------------------------------------------------------------- ***
  723.  
  724. Version 1.91ß   MOD loader bug fix                      February 5th, 1993
  725.  
  726.         - A bug in the module loader, caused infinite loops if trying
  727.           to load a corrupted module. Now DMP prompts wheather or not
  728.           to play the module.
  729.  
  730. *** ---------------------------------------------------------------------- ***
  731.  
  732. Version 1.90ß   Support for SB16, PAS+ and PAS16        February 3rd, 1993
  733.                 Many bugs fixed
  734.                 386 support
  735.  
  736.         + 386 instruction set is now fully utilized. Which means that DMP
  737.           won't run on a 286 anymore.
  738.         + DMP is now the only module player capable of playing modules
  739.           with 16-bit accuracy. On a SB16 or PAS16 DMP uses a new mixing
  740.           routine that calculates at 16 bits. This gives you a lot clearer
  741.           sound. Also a new mode, Quality mode, is introduced for 8-bit
  742.           cards.
  743.         + DMP is now a lot faster...
  744.         - Numerous bugs were fixed. Can't remember what bugs, though. :-)
  745.         - Support for DACs is removed, because of non-functionality.
  746.         - No more blue backgrounds after exiting (this wasn't a bug, but
  747.           some people didn't like it...)
  748.         ! Special thanks to Pirkka Palosaari for lending his SB16 ASP.
  749.  
  750. *** ---------------------------------------------------------------------- ***
  751.  
  752. Version 1.41    DAC support                             December 2nd, 1992
  753.  
  754.         + Added support for general DACs. Try port value 378 (LPT1)
  755.           If you want to have fun, use port values 3C9,3C0,3C2,61
  756.           (BTW, it took about two hours to add support for DACs... :-)
  757.  
  758. *** ---------------------------------------------------------------------- ***
  759.  
  760. Version 1.4     8-channel support                       December 2nd, 1992
  761.  
  762.         + StarTrekker 8-channel MODs are now supported. If you have
  763.           information about other 8+ channel formats, please send it to me.
  764.         + Some internal changes to ease the way to Covox support in upcoming
  765.           versions...
  766.  
  767. *** ---------------------------------------------------------------------- ***
  768.  
  769. Version 1.35    New features                            November 26th, 1992
  770.                 Bug fixes
  771.  
  772.         - Improved compatibility with MODs.
  773.         + Now you can go backwards and forwards in the module.
  774.         + New commandline option to supress modules looping. Great for
  775.           BATs.
  776.  
  777. *** ---------------------------------------------------------------------- ***
  778.  
  779. Version 1.34    Bug fixes                               November 23rd, 1992
  780.  
  781.         - Fixed a bug in arpeggio command
  782.         - There was a serious bug with SB Pro when playing at >20KHz
  783.           (only in version 1.32 & 1.33). Now fixed.
  784.  
  785. *** ---------------------------------------------------------------------- ***
  786.  
  787. Version 1.33    Bug fixes                               November 16th, 1992
  788.  
  789.         - Fixed the fine tune. Old versions played worse than versions
  790.           without fine tune! Remember to reconvert AMF modules with invalid
  791.           fine tunes.
  792.         - Also fixed a bug in portamento command.
  793.  
  794. *** ---------------------------------------------------------------------- ***
  795.  
  796. Version 1.32    Faster!                                 November 15th, 1992
  797.                 New feature
  798.  
  799.         + DMP is now faster than ever... just believe me!
  800.         + I've added "the-most-wanted-feature": pattern jump!!!
  801.           Just press B to break to next pattern...
  802.         - I might have fixed some bugs too, don't know for sure though....
  803.  
  804. *** ---------------------------------------------------------------------- ***
  805.  
  806. Version 1.31    Bug fixes                               November 2nd, 1992
  807.  
  808.         - Fixed a bug in AMF converter/loader. DELETE YOUR OLD AMF FILES!!!
  809.         - Some incompatibles in MOD loader fixed.
  810.  
  811. *** ---------------------------------------------------------------------- ***
  812.  
  813. Version 1.3     Enhancements                            October 21st, 1992
  814.                 Bug fix
  815.                 New file format AMF
  816.  
  817.         + Support for more octaves (0-4) in MODs, because some PC MOD-editors
  818.           (notably ModEd) support these octaves.
  819.         + Now DMP also loads StarTrecker modules
  820.         + DMP now supports AMF modules and includes a program to convert
  821.           STM or MOD formats into AMF.
  822.         * You can reach me through the Internet! Address is:
  823.           c142092@cc.tut.fi
  824.         - Fixed a memory trashing bug
  825.  
  826. *** ---------------------------------------------------------------------- ***
  827.  
  828. Version 1.24    Bug fixes                               October 14th, 1992
  829.  
  830.         - There was a killer bug that prevented SB Pro mode from functioning
  831.           correctly. Now SB Pro owners can find a big improvement in sound
  832.           quality!
  833.  
  834. *** ---------------------------------------------------------------------- ***
  835.  
  836. Version 1.23    New features                            October 4th, 1992
  837.  
  838.         + The playing order of modules can now be scrambled with commandline
  839.           option '/O'.
  840.  
  841. *** ---------------------------------------------------------------------- ***
  842.  
  843. Version 1.22    Bug fix                                 October 3rd, 1992
  844.  
  845.         - Now DMP shows the real sample rate which may differ from
  846.           what user required, but only a little :-)
  847.  
  848. *** ---------------------------------------------------------------------- ***
  849.  
  850. Version 1.21    Bug fix                                 September 29th, 1992
  851.  
  852.         - A bug in tempo command made some modules play REAL SLOW!
  853.           I hope I have now fixed it.
  854.         + I forgot to change the version number in 1.2 :-)
  855.  
  856. *** ---------------------------------------------------------------------- ***
  857.  
  858. Version 1.2     New player for DesqView                 September 28th, 1992
  859.  
  860.         + A player especially designed for DesqView is now included.
  861.           Its name is DMPMT (DMP for MultiTaskers)
  862.         - There was a bug in the DMA routine.. Only in the 1.12 version. Fixed
  863.  
  864. *** ---------------------------------------------------------------------- ***
  865.  
  866. Version 1.12    Internal Changes                        September 28th, 1992
  867.                 Bugfixes
  868.  
  869.         + All sound output handling goes through SDI now,
  870.           (SDI = Sound Device Interface) which allows me to add support
  871.           for new sound cards easily by writing a new SDI!!
  872.         - There was a killer bug in the buffer calculation routine, but
  873.           it only occured under very specific conditions. Finally fixed!
  874.  
  875. *** ---------------------------------------------------------------------- ***
  876.  
  877. Version 1.11    Bug fixes                               September 27th, 1992
  878.  
  879.         - Pressing F10 changed volume to 57 not 64 as I intended. Fixed.
  880.         + DMP now shows the current volume and sampling rate
  881.  
  882. *** ---------------------------------------------------------------------- ***
  883.  
  884. Version 1.1     New features                            September 26th, 1992
  885.                 Bugfixes
  886.  
  887.         + Function keys F1 - F10 change the overall volume.
  888.         + SB Pro mixer's status is restored before exiting.
  889.         + New command line option "/C" allows SB Pro users to play modules
  890.           in SB (mono) mode.
  891.         - Retrig command with value of 0 caused a division error. Fixed.
  892.         - Now volumes greater than 64 are converted to 64.
  893.  
  894. *** ---------------------------------------------------------------------- ***
  895.  
  896. Version 1.08    Bugfixes                                September 23rd, 1992
  897.  
  898.         - Help screen stays on screen until keypress.
  899.         - Some minor bugs fixed
  900.         + Many internal changes (don't affect playing)
  901.  
  902. *** ---------------------------------------------------------------------- ***
  903.  
  904. Version 1.07    Instrument list                         September 6th, 1992
  905.                 Bugfixes
  906.  
  907.         - STMs and MODs are now played exactly the same, so
  908.           original Scream Tracker modules play a little bit too
  909.           fast.
  910.         + Instrument list!
  911.         + Better DesqView compatibility (DMP asks DV for screen address)
  912.  
  913. *** ---------------------------------------------------------------------- ***
  914.  
  915. Version 1.06    Bugfixes                                August 31st, 1992
  916.  
  917.         - MOD files are now played at the right speed and frequency
  918.           They were played too high previously.
  919.         + DMP is also a little bit faster!
  920.  
  921. *** ---------------------------------------------------------------------- ***
  922.  
  923. Version 1.05    Bugfixes                                August 30th, 1992
  924.  
  925.         - many volume oriented bugs are now fixed in the Amiga module
  926.           loader
  927.         - Amiga modules are now played at right speed
  928.         - total pattern count shows now the correct value
  929.  
  930. *** ---------------------------------------------------------------------- ***
  931.  
  932. Version 1.04    Plastic surgery                         August 29th, 1992
  933.  
  934.         + DMP's screen has changed a little.. :-)
  935.  
  936. *** ---------------------------------------------------------------------- ***
  937.  
  938. Version 1.03    New module commands                     August 28th, 1992
  939.                 Bugfixes
  940.  
  941.         - when a fatal disk error occured, the error message
  942.           was shown off-screen. Now it shows on the screen.
  943.         + Following module commands are now supported:
  944.                 Set sample offset       (0x9)
  945.                 Fine volume             (0xEA,0xEB)
  946.                 Fine portamento         (0xE1,0xE2)
  947.  
  948. *** ---------------------------------------------------------------------- ***
  949.  
  950. Version 1.02    Bugfixes                                August 21st, 1992
  951.  
  952.         - when module was paused, pressing keys 1-4 played the rest of the
  953.           sample. Now this can't happen.
  954.  
  955. *** ---------------------------------------------------------------------- ***
  956.  
  957. Version 1.01    Bugfixes                                August 17th, 1992
  958.  
  959.         - corrected the bug in the file search routine, DMP will not try
  960.           to load a non-existent module anymore!
  961.         - a bug in the volume table caused cracks in voice. Corrected.
  962.         + DMA-buffer's size reduced to 1024 (2048 before) so that
  963.           notes on-screen would better match the playing voice.
  964.  
  965. *** ---------------------------------------------------------------------- ***
  966.  
  967. Version 1.00    First release                           August 12th, 1992
  968.  
  969.         - support for SB & SB Pro (stereo)
  970.         - loads both STM & MOD formats
  971.         - DOS shell
  972.  
  973.