home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / MULTIMED / PMOD032 / readme.1st < prev   
Text File  |  1997-09-16  |  3KB  |  97 lines

  1. PowerMOD for OS/2 v0.32 - MOD music player with effects.
  2. Copyright 1996,1997 Antony T Curtis
  3.  
  4. ABOUT THIS RELEASE:
  5. ===================
  6.  
  7. This version has been linked differently to previous versions.
  8. If there are any problems, I would like to know. Also included
  9. in this package is a version that has been linked using the
  10. older method - note that both are based on the same source code.
  11.  
  12.  
  13. WORDS FROM THE AUTHOR:
  14. ======================
  15.  
  16. This program was written over a year ago and I never got round to
  17. releasing it - so I am doing so now. There may be bugs but as I'm
  18. working on a completely new version, bugs found may not be fixed.
  19. Remember - this was the first program I had ever written for OS/2
  20. and it was first working within a month of getting a compiler for
  21. OS/2.
  22.  
  23. The main "plusses" for this MOD player is that the effects are
  24. adjustable in real time. It currently only uses MMPM/2 so it
  25. should work in any multimedia OS/2 system v3 or better.
  26. "Minuses" include that it can only handle the MOD format and
  27. that there is currently no DART support. Also, with the latest
  28. Creative Labs drivers the sound goes choppy - select the SBFix
  29. option and restart PowerMOD to solve this.
  30.  
  31. I have no fixed date for the next release - only that I'm working
  32. on it when I have the time. I plan to support a wider range of
  33. file formats and also extend the range of real time effects that
  34. are available. Also, the user interface may be quite different.
  35.  
  36. Just for the curious out there, this program was written using
  37. fPrint's Virtual Pascal compiler and consists of only 5240 lines
  38. of Pascal source code. The only bit not written in Pascal is the
  39. Discrete Fourier Transform code which is written in assembler.
  40. The next version should be using the Fast Fourier Transform %^)
  41.  
  42. That aside, this program should work acceptably on a 486dx2-66
  43. and on a Pentium, it should fly. If you own a Pentium class PC
  44. and you also own a mWave based sound card, you can run PowerMOD
  45. multiple times and play different MOD files at the same time.
  46. This has been tested and on a P100, you can play 8 simutainously.
  47. Can't imagine why someone would like this - sounds awful :)
  48.  
  49.  
  50. Regards
  51.  
  52.         Antony.
  53.  
  54. email:  antony.curtis@olcs.net
  55.         ssu95atc@reading.ac.uk
  56.  
  57.  
  58.  
  59. HISTORY:
  60. ========
  61.  
  62. Version 0.32    17 Sep 97
  63.         Now able to load read-only files
  64.          - Playing from CDROM should work.
  65.         Cosmetic adjustments, incl button bitmaps for 1024x768+ users
  66.         Moved SBFix option to a more sensible location.
  67.  
  68. Version 0.31    14 Sep 97
  69.         Fixed "Invisible" window problem.
  70.  
  71. Version 0.30    12 Sep 97
  72.         First Version released to the big wide world.
  73.         Added SBFix setting to correct choppy sounds with Creative
  74.         Drivers.
  75.  
  76. Version 0.24    12 Dec 96
  77.         Added Channel Wave displays
  78.  
  79. Version 0.23    09 Dec 96
  80.         Added Spectrum Analyser display
  81.         Improved sample display list - to show active samples.
  82.  
  83. Version 0.21    02 Sep 96
  84.         Added multiple file selection.
  85.         Added sample display list.
  86.  
  87. Version 0.20    20 Jul 96
  88.         User interface improvement.
  89.  
  90. Version 0.10    22 Apr 96
  91.         Stereo 16bit sound version. 8channel.
  92.  
  93. Version 0.01    20 Apr 96
  94.         Created PowerMOD/2. Quick and dirty port of my original DOS
  95.         version. Stereo 8bit sound. 4channel.
  96.  
  97.