home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / MULTIMED / MIKMOS2 / readme.txt < prev   
Text File  |  1996-12-31  |  3KB  |  69 lines

  1. OS/2-MMPM/2-driver for MikMod (by Stefan Tibus)
  2.  
  3. This package contains the original MikMod 2.09b-package along with the 
  4. sources of my OS/2-MMPM/2-driver. As the driver uses MCI-function calls it 
  5. should work on any sound-card supported by OS/2 (It was tested on Creative 
  6. Labs SoundBlaster 16 and Turtle Beach Systems Tropez/Tropez Plus soundcards).
  7.  
  8. This package contains nine files:
  9.  
  10. README.TXT   - this file
  11. MIKM209B.ZIP - the original MikMod-package
  12. MPLAY2T.EXE  - a compiled version of MikMod using my OS/2-drivers
  13. MIKMOD.C
  14. MIKMOD.H
  15. MTYPES.H     - MikMod-sources I had to do some minor changes on
  16.                You may use these files directly in addition to the original
  17.                MikMod-sources or if you already have another (newer) version
  18.                of MikMod look for the changes I marked with:
  19.                "/* OS/2-support (added by S.T.) */".
  20.                The changes I did were to include the OS/2-driver and the
  21.                OS/2-header files and minor changes to the type-definitions in
  22.                MTYPES.H.
  23. DRV_OS22.C   - The latest version of my OS/2-driver. It uses a 512kB buffer
  24.                consisting of two blocks 256kB-blocks which are updated in
  25.                32kB-blocks (MikMod cannot update blocks >64kB).
  26. DRV_OS21.C   - This was my first version of the driver. It uses a 64kB 
  27.                double-buffer.
  28.                Also the source contains german comments only (sorry but I did
  29.                not think of distribution at that time).
  30.              - I included this one because it works more real-time, the new
  31.                version with the 512kB-buffer is always a bit late, when 
  32.                starting to play or switching to another MOD-file, because 
  33.                there still is one 256kB-half currently playing the old music...
  34.              - Well, both versions of the driver are still in Beta-state and
  35.                their as buggy too :-( though they're quite useable.
  36.  
  37. Now, some legal stuff:
  38.  
  39. - There are no warranties at all.
  40. - The author is not responsible for any problems arising by using this module.
  41. - Any commercial use requires a special permission of the author (Stefan Tibus).
  42.  
  43. - The code and any part of it may not be published without the authors explicit
  44.   permission.
  45. - The code may only be distributed in complete and unmodified form.
  46.   All files included in this package have to be distributed together and in
  47.   unmodified form. You may add files to the package or include this package
  48.   into your distributions.
  49.   Distribution of the code, this package or distributions containing them have
  50.   to be for FREE !
  51.  
  52.  
  53.  
  54. My e-mail address:
  55.  
  56. FidoNet: Stefan Tibus @ 2:246/8722.20
  57.  
  58. or p.o.-box: Stefan.Tibus@ThePentagon.com
  59.  
  60. Any feedback is welcome !
  61.  
  62.  
  63.  
  64. So, that's it, hope it'll work fine at you...
  65.  
  66. Greetings,
  67.  
  68. Stefan Tibus
  69.