home *** CD-ROM | disk | FTP | other *** search
/ Freelog 9 / Freelog009.iso / BAS / Musique / JukeBox / _SETUP.1 / M4W_MCI.TXT < prev    next >
Text File  |  1998-08-20  |  7KB  |  234 lines

  1. This is a beta version!
  2.  
  3. M4W_MCI Is a standard Windows MCI driver 
  4. that uses MOD4WIN's playback routines.
  5.  
  6. INST_MCI.EXE toggles the installation
  7. of the driver. 
  8.  
  9. After deinstallation There will be no 
  10. files, INI-Sections or Registry entries 
  11. left in your system ;-)
  12.  
  13. HowTo use M4W_MCI in your App?
  14. ------------------------------
  15.  
  16. pseudo code:
  17.  
  18. mci "open c:\mods\123.xm type m4w_mci alias aNameYouWant"
  19. mci "set aNameYouWant time format ms"
  20. mci "play aNameYouWant"
  21. mci "close aNameYouWant"
  22.  
  23.  
  24. REVISIONS
  25. ------------------------
  26.  
  27. 1998/08/20
  28. ----------
  29. * Fixed stupid FT2 Envelopes
  30. * Fixed long time for exiting MOD4WIN with UseHardware=0
  31. * Fixed Windows NT caption display bug
  32. * Added Auto-"UseHardware=0" setting when no supported hardware is detected 
  33.   or Windows crashes while detecting custom Hardware
  34. * Fixed FT2 TonePortamento with new Instrument BUG
  35. * Increased number of FT2 Samples from 256 to all possible 1024
  36. * Fixed FT2 NoteOn volume handling
  37.  
  38. 1998/07/23
  39. ----------
  40. * Fixed FineVolUp/FineVolDown/FinePortaUp/FinePortaDown 
  41.   (They were executed on first instead of second tick)
  42. * Fixed FT2 linear arpeggio (it was in AMIGA periods)
  43. * Swapped OKTALYZER Portamento Up and Down effects
  44. * Fixed Pattern Loop Lockup (Thanks to IT-Alien)
  45. * ReEnabled the good old TASK timer mode for better "slow machine timing"
  46. * Fixed ExactPeakSearch with one channel MODules
  47. * Fixed background timer bug ...sometimes the time update stopped
  48. * Added GUSPnP Plug and Play detection (no need to set ULRTASND anymore!)
  49. * Fixed PlayOffset 2x BUG
  50. * Added "PeakHold" Option for WIN.INI section
  51. * Tried to make Multitasking better on slow machines
  52.  
  53. 1998/05/28
  54. ----------
  55. * Fixed FT2 SetSampleOffset (...a "playing" note is required)
  56. * FIX: OKTALYZER Arpeggio's were not played at all
  57. * Fixed FT2 SetFineTune
  58. * Fixed FT2 NoteOn without an Instrument
  59. * Centralized PeakSearch cache handling (SYSDIR\MOD4WIN.PKS)
  60. * Fixed MCI playback start from within Console Appz
  61. * Fixed FT2 Retrigger Note (now with Envelope Reset)
  62. * Fixed FT2 NoteDelay
  63. * Fixed Bug in "ExactPeakSearch" 
  64. * Fixed XM SetEnvelope Pos BUG (Now we only set the Volume Envelope Position)
  65. * Fixed Interwave NoteOff (Panning->0)
  66. * Fixed Loop->STOP Handling with PatternLoop (I hope)      
  67. * Fixed Empty Pattern loading with XM
  68. * Added "ExactPeakSearch" Option to Win.INI
  69. * Fixed "UseHarware=0" BUG. We always tried to detect an EWS64.
  70. * Fixed again EWS64 high pitched notes
  71. * Fixed XM SetEnvelope Pos BUG
  72. * Fixed SetSampleOffset BUG with notes that played off
  73. * Fixed BUG in FAR loader
  74. * Changed S3M PatternLoop like "IT" does it
  75.  
  76. 1998/01/22
  77. ----------
  78. * Limited EWS64 max Pitch to 16.0
  79. * Fixed GPF with too many Patterns and Tracks per MODule
  80. * Added NoteOff and GlobalVol=DefGlobalVol at Repeat1
  81. * Removed Note limit completely
  82. * Speeded up GF1 Memory tansfers in Win3.1x/95
  83. * Fixed Pattern Loop while Pattern Delay BUG
  84. * Fixed SetSampleOffset with XM
  85. * Fixed Set Volume with Note Delay
  86.  
  87. 1997/11/24
  88. ----------
  89. * Fixed Note Delay *.MOD compatibility BUG (All PC Players and
  90.   Trackers I have except IPlay are playing this wrong!)
  91. * Fixed XM Envelope Reset handling
  92. * Fixed Extreme Pattern looping bug
  93. * Fixed EWS64/GUS KeyOff BUG
  94. * Fixed EWS64 8Bit memory management
  95.  
  96. 1997/11/12
  97. ----------
  98. * Fixed DPMI memory management in Win95
  99. * Timing changed again :((
  100. * EWSSurround on startup did not work
  101.  
  102. 1997/11/05
  103. ----------
  104. * Fixed Portamento down bug with *.MOD
  105. * Changed XM panning to as it ever was since v2.30
  106.  
  107. 1997/10/24
  108. ----------
  109. * Fixed Problem with "start /m mplayer /play <module name>"
  110. * Implemented PeakSearch cache (Player32.PKS) :-)
  111. * Fixed Bug with EWS64 surround
  112. * Fixed FT2 Panning...again :(
  113.  
  114. 1997/10/20
  115. ----------
  116. * Changed GUS Volume and Panning handling.
  117. * Fixed Panning Incompatibilty with XM
  118. * FIX: You do not hear the beginning of the MODule
  119.   at the end anymore
  120. * Spedded up SAM9407 (not-)detection
  121. * Completely changed timing in DAC mode.
  122. * Removed LoBuffer detection because it slowed down the
  123.   system too much without the expected effect.
  124.  
  125. 1997/10/10
  126. ----------
  127. * FIX: MOD4WIN did not properly end itself without an EWS64
  128.  
  129. 1997/10/8
  130. ---------
  131. * Fixed BUG with SampleOffset
  132. * Added LoBuffer detection. If the Wave buffer goes below
  133.   10% the Player32.DLL will take all time it can get to
  134.   fill the Buffer to more than 50% and then it will return 
  135.   to normal timing.
  136. * Forced ShowPeakSearch ON when PeakSearch is enabled
  137. * Changed timing so that M4W_MCI now perfectly cooperates
  138.   with Windows 95 and Windows NT tasking
  139. * Implemented EWS64 Windows drivers v2.0 compatibility
  140. * Fixed Retrigger+Volumeslide BUG
  141.  
  142. 1997/9/18
  143. ---------
  144. * Enabled native playback for all SAM9407 cards (not only 
  145.   TerraTec's EWS64 XL)
  146. * Removed nasty BUG with SampleOffset without a sample
  147. * Temporarily fixed FT2 Volume Column FX Bug with note delay
  148. * Fixed pattern loop handling
  149.  
  150. 1997/8/6
  151. ---------
  152. * Fixed Memory Management to allow MODules >16MB
  153.   I HOPE THIS WORKS!
  154.  
  155. 1997/7/17
  156. ---------
  157. * Fixed XM tuning...I hope
  158.  
  159. 1997/6/26
  160. ---------
  161. * Fixed Borland's Pentium II Bug
  162. * Fixed Problem with Retrig Note (Thanks to Brian Kemp)
  163. * FIX: All Slide FX slided too fast in Betas 13 to 16
  164.        (Thanks to Valentine Michael Smith)
  165.  
  166. 1997/4/25
  167. ---------
  168. * Fixed Problem with GUS Detection
  169. * Fixed Pattern loop Bug (thanks to MAZ ;)
  170.  
  171. 1997/4/21
  172. ---------
  173. * fixed Tremolo Bug (thanks to E-Keet) 
  174. * Killed SetSampleOffset Clicks 
  175.  
  176. 1997/4/16
  177. ---------
  178. * Fixed nasty GPFs when starting playback
  179.  
  180. 1997/4/7
  181. ---------
  182. * Final TerraTec EWS64 Playback routines
  183. * TrlPlay.VxD|386|SYS handling changed
  184. * S3M 16Bit Sampling changed to load IT's S3Ms
  185. * Changed Memory handling for Win95/NT
  186.  
  187. 1997/2/25
  188. ---------
  189. * Fixed Stop time when MODule ahs finished playing
  190. * Changed global FX handling (I hope this works!)
  191. * Envelope problem with FT2 corrected
  192. * On deinstallation automatically associate 
  193.   MODule extensions to MOD4WIN
  194.  
  195. 1997/2/17
  196. ---------
  197. * Fixed BUGs in the drivers exit code that
  198.   left TSKxxx.TMP running.
  199. * Removed VxD-Timer in Windows 95 and 3.1x to
  200.   avoid system crashes
  201.  
  202. 1997/2/1
  203. ---------
  204. * Implemented playing "FROM->TO"
  205. * Fixed memory management problem
  206.  
  207. 1997/1/31
  208. ---------
  209. * MCI driver notification did not work properly
  210. * MCI driver notification did not work properly
  211. * MCI seek did not work
  212. * Added MODule associations on Installation
  213. * Fixed command line startup for MPLAYER.EXE
  214. * Fixed multiple open problem
  215. * Fixed object embedding problems with Wordpad 
  216.   and Winword
  217.  
  218. 1997/1/25
  219. ---------
  220. * removed GPF (Thanks to Mike Silverstein)
  221.  
  222. 1997/1/24
  223. ---------
  224. * Back ground noise in playback removed
  225.  
  226. 1997/1/22
  227. ---------
  228. * Included Player32.DLL in the driver
  229.  
  230. 1997/1/10
  231. ---------
  232. * Made nag dialog a bit less annoying
  233. * fixed GPF problems while fast forward/rewind
  234.