home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / audio / EdPlyr21.readme < prev    next >
Text File  |  2014-05-19  |  2KB  |  40 lines

  1. Short: A cool player for MODs and MEDs
  2.  
  3. EdPlayer v2.1:  9/20/92
  4.  
  5.     Ah, yes, time to fix the bugs.
  6.  
  7. * New display mode for EdSynth:  HIRES/INTERLACE!  The EdSynth popup
  8.   button now cycles through No EdSynth, Old EdSynth, and New EdSynth.
  9. * asl.library now supported.  See docs for FREQ command.
  10. * NOTE SKIPPING BUG -- DIE DIE DIE DIE!!!!!!!!!
  11.   With 2.0, I thought that I had killed this note-skipping bug.  But it
  12.   seems that every system is different:  What is fixed on my A3000 might
  13.   still be broken on yours.  SO, I made a new command, "DMAWait <value>",
  14.   that lets you adjust it yourself, for best results!!  A new query,
  15.   "ADMA", reads the current value of DMAWait.  See the DOCs or startup file
  16.   for info on how to use this new command.
  17. * ProTracker tempo commands fixed.  A patch in the PT replay code, designed
  18.   to make EdPlayer compatible with old NT mods, actually broke compatability
  19.   with newer PT mods.  A small modification to the patch should fix it
  20.   for both the old and the new.
  21. * EdPlayer interrupt priority lowered to "software interrupt".  This means
  22.   that more time-critical interrupts like modem activity will be able
  23.   to interrupt EdPlayer.  Modem operations should return to normal.
  24. * Now takes less CHIP memory.  The EdSynth code used to take about 50k
  25.   more CHIP mem than it needed to.  EdPlayer was streamlined so much
  26.   in this area that it actually got smaller this version (actually, I
  27.   think EdP 2.0 might have had a smaller executable than EdP 1.1, but
  28.   that was only because I started compressing the executable in 2.0).
  29. * New ARexx queries, AVERsion, AERRor and APLAying.  See docs.
  30. * New companion program created, "EdPlayerJr".  EdPlayer Junior is
  31.   just EdPlayer without the mouse interface (main panel/EdSynth).
  32.   Even after opening the iconified window, it only takes about 40 bytes
  33.   (yes, BYTES!!) of CHIP mem.  It can be controlled through telled/
  34.   cteled/ARexx, the same as the "big" version of EdPlayer in every
  35.   respect except the MENU command.  This small-size, low-mem player
  36.   is perfect for playing back songs or programs created earlier with the
  37.   main EdPlayer under low mem conditions, or for putting ARexx-controlled
  38.   music in presentations (that don't need the main panel), etc.
  39. ----------------------------------------------------------------------------
  40.