home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / mikmod2k.zip / MikMod.txt < prev    next >
Text File  |  1999-11-06  |  865b  |  25 lines

  1.  
  2. I have compiled the MikMod player and included it in the distrubution. 
  3. I don't know much about how this player workes so I can't tell you much.
  4.  
  5. The new features of the MikMod2.dll can be used in this player 
  6. via the -d option. As you can see from the examples below there 
  7. are options that can be added to the -d parameter that will send 
  8. configuration parameters to the driver. 
  9.  
  10. Examples:
  11.  
  12.     mikmod -d 1,buffer=16,device=2,share=Y
  13.        - Use the Dart Driver with a 16kb buffer size using
  14.              OS/2 device #2 and allow device sharing!
  15.  
  16.     mikmod -d 2,buffer=64,device=1,share=N
  17.        - Use the MMPM2 Driver with a 64 kb buffer size using
  18.          OS/2 device #1 with no sharing.
  19.  
  20.  
  21. Thanks to Cyrill Vakhneyev for this tip:
  22.  
  23.     If you have a HOME envriroment variable MikMod.exe will use
  24. that directory to search for the MikMod config file.
  25.