home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pps110.zip / WHATS.NEW < prev   
Text File  |  1992-07-27  |  4KB  |  96 lines

  1. The following file details any modifications to the source code since the
  2. initial release.
  3.  
  4.       NR - No release
  5.  
  6. ─ Version 1.00 ───────────────────────────────────────────────── July  4, 1992 ─
  7.     ■ Initial release
  8.  
  9. ─ Version 1.01 ──────────────────────────────────────────── NR ─ July 10, 1992 ─
  10.     ■ Added oscilloscope mode in sd_MusicInterrupt
  11.       - Only works in MCGA 320x200x256 mode 13h
  12.       - The oscilloscope mode adds over 700 bytes to resulting executable.
  13.       * Idea from Oscilloscope 1.04 by Ernst Teuling.
  14.  
  15. ─ Version 1.02 ──────────────────────────────────────────── NR ─ July 11, 1992 ─
  16.     ■ Revised the keyboard interrupt routines in sd_KbdTask
  17.       - Added slow down code for it ( try taking it out :) )
  18.  
  19. ─ Version 1.10 ───────────────────────────────────────────────── July 27, 1992 ─
  20.     ■ Separated the Protracker playing source into separate modules not only
  21.       for ease of use, but for size...see below.
  22.  
  23.     ■ Built the Protracker command-line player...simply the smallest Protracker
  24.       player ever...and it could be even smaller if the module Header weren't
  25.       in the data segment!
  26.  
  27.     ■ Added ifdef checking for the oscilloscope mode.  If you want it on, then
  28.       you must add a /DOSC to the makefile.
  29.  
  30.     ■ Cut all internal speaker support.  This is for several reasons:
  31.         [1] It is the start of preparing PPS for DMA mode...the DACs will go
  32.             next.
  33.         [2] Who actually used it?
  34.         [3] The translation table didn't work all that great anyway...freed up
  35.             approximate 280 bytes in the entire module player.
  36.  
  37.     ■ Added auto-detect code for the Soundblaster.
  38.  
  39.     ■ Added documentation file MODFORM.TXT, detailing the Protracker module
  40.       file format.
  41.  
  42. ┌───────────────────────────────────────────────────────────────────────────────
  43. │   Filename update for STDLIB:
  44. │     ENV     .ASM ── Will scan for a certain environment variable (i.e.
  45. │                     future directory string for SPPA).
  46. │     ITOA    .ASM ── Not used.  Integer to string conversion for STDLIB.LIB.
  47. │     MEM     .ASM ── Contains the very simplistic heap management routines.
  48. │   Filename update for PPS:
  49. │     PPS     .ASM ── The standard routines for either instrument playing or
  50. │                     module playing.
  51. │     PPS     .INC ── Contains the structures and globals for all of the PPS
  52. │                     library files.
  53. │     PPSDET  .ASM ── PPS Detection routines.
  54. │     PPSINS  .ASM ── The instrument playback setup and interrupt routines.
  55. │     PPSLOAD .ASM ── Module loading routines.
  56. │     PPSTRACK.ASM ── Protracker playback routines.
  57. │   Filename update for SPPA:
  58. │     ALTSCRN .ASM ── Used in SPPA for scrolling the module, etc.
  59. │     DISPLAY .ASM ── Contains all of SPPA's display routines.
  60. │     FILES   .ASM ── Reads in the mod file names from the disk.
  61. │     GLOBALS .INC ── Contains the globals for SPPA.
  62. │     KEYTASK .*   ── Contains the keyboard and mouse routines.
  63. │     SPP     .ASM ── SuperProPlay Advanced
  64. │   Filename update for PPSCMD:
  65. │     PPSCMD  .ASM ── The assembly command-line Protracker player.
  66. │   Filename update for Make Files:
  67. │     STDLIB  .MAK ── Makefile for STDLIB.
  68. │     PPS     .MAK ── Makefile for PPS.
  69. │     MAKEFILE.    ── Makefile for SPPA.
  70. │     CMD     .    ── Makefile for PPSCMD.
  71. │   Documentation:
  72. │     WHATS   .NEW ── This documentation.
  73. │     README  .DOC ── The general documentation.
  74. │     MODFORM .TXT ── Protracker module file format.
  75. └───────────────────────────────────────────────────────────────────────────────
  76.  
  77. Below lists things that users have asked for:
  78.     ■ Soundblaster Pro support.  Next release.
  79.     ■ Adlib Gold support.  I need specs on this.
  80.     ■ Pro Audio Spectrum support.  Next release.
  81.     ■ Gravis Ultrasound support.  I need specs on this, too.
  82.  
  83.     ■ MED module support.  I just need to implement it.
  84.  
  85.     ■ Synthesized sound.  Uh...well, maybe.
  86.