home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / sound / mpw32-5s.zip / WHATSNEW.TXT < prev   
Text File  |  1996-07-31  |  5KB  |  128 lines

  1. maplay 1.2+ for Win32
  2.  
  3. What's New?
  4.  
  5. 08/01/96
  6.  
  7. - Interface changes:
  8.  
  9.   * Replaced the scrollbar with a trackbar.
  10.   * Added status bar for current action, current file in playlist, current playtime, and
  11.     if Repeat is enabled (an "R" will appear in the rightmost pane).
  12.   * Removed the repeat button for playlists, and placed the previous track and next track 
  13.     buttons next to the rewind and fast foward buttons, repectively. The rewind and fast
  14.     forward look like this: << and >>. The previous track and next track buttons look
  15.     like this: |< and >|.
  16.   * Added rewind and fast forward to the Audio menu.
  17.   * The MPEG...Decoding Options dialog box has been changed. The background is now
  18.     light gray, but the text is still black on white. Right now the dialog box looks
  19.     quite ugly, but once I figure out how to get black on light gray text, it will
  20.     look much better.
  21.   * Colored in the play and stop buttons. Added 3D look to disabled buttons. 
  22.  
  23. - Fixed MIDI playback so that MIDI files can also be seeked.
  24.  
  25. - Widened the application window so that Large Fonts at 1024x768 don't make the 
  26.   menu bar wrap around to the next line.
  27.  
  28. - Included a batch file to make playlists from the command line. Type
  29.   "makelist /?" for instructions.
  30.  
  31. - Layer III code is already in maplay, but it needs to be debugged. Attempting
  32.   to decode Layer III streams will result in memory access violations. I will
  33.   not include the buggy code for the Layer III stuff in the source code
  34.   version.
  35.  
  36.  
  37. 07/09/96 (version 1.61)
  38.  
  39. - Changed the default extension of MPEG audio files from "MP2" to "MP*". 
  40.   This will allow more MPEG audio files to be opened easily, and prepares
  41.   for Layer III (MP3) files.
  42.  
  43. - Fixed a bug which sometimes caused the scroll bar to not be reset after
  44.   playing.
  45.  
  46. - Changed the MPEG...Decoding Options dialog box back to the ugly default 
  47.   Windows dialog box. The Borland style one cannot load unless BWCC.DLL 
  48.   is loaded before the application is run, so I took it out.
  49.  
  50. - Made the libararies link statically, which increases the code size, but
  51.   reduces the possibility that the application will fail to work due to
  52.   missing DLL files. (I think)
  53.  
  54. - Started work on layer III. Some layer III stuff has been added in the
  55.   source code, but of course, it doesn't work yet.
  56.  
  57. 06/26/96 (version 1.60)
  58.  
  59. - Added a scroll bar that updates as sounds play. You can also use it to
  60.   seek anywhere in the sound. Fast forward and rewind also have been
  61.   implemented.
  62.  
  63. - Reduced the buffer size by one half again, to reduce latency when seeking.
  64.   Again, if you had version 1.51 or earlier working correctly, and version
  65.   1.60 messes up, just let me know.
  66.  
  67. - A couple more cosmetic changes, and additions to the maplay classes that
  68.   allow seeks.
  69.  
  70. - The output buffer now uses fixed memory which is more likely to be available.
  71.  
  72. - Reduced the size of the executable (from 180 KB to 83 KB) by not including
  73.   debug information.
  74.  
  75. 03/31/96 (version 1.51)
  76.  
  77. - Added the ability to play MIDI files. Wow, I'm a genius (NOT). Still, 
  78.   it's cool that you can just use maplay to play everything. You can also
  79.   put MIDI files in the playlists.
  80.  
  81. 03/28/96 (version 1.50)
  82.  
  83. - Replaced buttons with neat looking icons. 3D too!
  84.  
  85. - Added ability to stop after pausing playback.
  86.  
  87. - Added a dialog box to play files in stereo or in mono. This function works
  88.   but the pre-decode feature has not been implemented yet. Selecting mono will
  89.   take half as much CPU time, and may be necessary for 486 or lower CPUs.
  90.  
  91. - Fixed a minor bug with play lists, but lists still do not play perfectly.
  92.  
  93. - Made all the buffers of all versions (386, 486, Pentium) the same size. I
  94.   don't think the size of the buffer makes much difference anyway. If you
  95.   had a version that worked before, but doesn't work now, please contact
  96.   me. 
  97.  
  98. - Discovered a minor "bug" - Wave files will not play if you have spaces
  99.   in the filename or the directory that the WAV file is in.
  100.  
  101. 03/11/96 (version 1.30)
  102.  
  103. - Added play list functionality. To play a list of files, create a text
  104. file with a filenames (MP2 or WAV) separated by newlines (hit enter after
  105. each filename). Make sure you include the full path in the filename, and
  106. that the name of the list file ends with a TXT extension. Here is a sample
  107. list (arg.txt):
  108.  
  109. sucky_american_music.mp2
  110. grunge_bites.wav
  111. anime_rules.mp2
  112. send_donations_to_Jeff-san.wav
  113.  
  114. The play list is far from perfect, as it frequently freezes in the middle of
  115. files. I'll work on fixing it.
  116.  
  117. - Fixed lack of stereo playback. The previous version only played the first
  118. file in stereo, but after loading a mono file, the playback remained in mono
  119. for stereo streams. This has been completely fixed.
  120.  
  121.  
  122. I'll continue to try to improve maplay until it is perfect. Layer III
  123. decoding is next. Better playlist manipulation, and Netscape plug-in
  124. functionality are in the plans.
  125.  
  126.  
  127. Jeff Tsay (ctsay@pasteur.eecs.berkeley.edu)
  128.