home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / it_211.zip / WIN95.TXT < prev   
Text File  |  1997-01-12  |  4KB  |  98 lines

  1.  
  2.                         Impulse Tracker and Windows '95
  3.  
  4. Not much here, because I haven't been playing around with it much.. but...
  5.  
  6. First of all you need EMS to run Impulse Tracker. This can be achieved by
  7. creating a shortcut to IT.EXE, and setting the EMS-Auto or some other
  8. specific value AS LONG as you don't have "noems" in your config.sys (if you
  9. don't know what this means, you can probably assume that it's not there)
  10.  
  11. Also note that sometimes, the presence of the mouse cursor/changing graphics
  12. can prevent IT from operating in the background. Use Ctrl-M to disable this.
  13.  
  14. 1) GUS Users.
  15.  
  16.    I haven't been able to get hold of the UltraSound Windows '95 drivers to
  17.    test with the program, but *WITHOUT* them installed, the routines seem
  18.    to work fine, as long as the tracker's window is highlighted. If you move
  19.    to another window, then it takes ages for each update to occur UNLESS you
  20.    read Drivers.TXT which will tell you how to avoid this.
  21.  
  22. 2) SB 16/AWE 32 Users.
  23.  
  24.    Impulse Tracker's Sound Blaster 16 driver should be completely compatible
  25.    with Windows '95 now. In some cases, the command line parameters
  26.            IT /s3 /ixx /dxx
  27.    have been requried, although this seems to be a rarity.
  28.  
  29.    If Window's starts swapping EMS memory to disk, then you're gonna be in
  30.    *big* trouble when playback starts, due to the fact that the mixing
  31.    routines need to access the memory quickly, and disk-swapping simply takes
  32.    too long! You will know that the memory is being swapped to disk if, when
  33.    you move onto a sample on the sample list, disk access occurs. This is
  34.    because the memory is accessed to draw the waveform.
  35.  
  36.    The SB16 drivers work quite happily in the background of Win95 also.
  37.  
  38.    I finally managed to encounter a computer which wouldn't accept IT's
  39.    SB16 drivers - when you pressed F5 to play, it'd just sit there without
  40.    progressing (it actually *thinks* it's playing)..
  41.  
  42.    The fix is reasonably simple and really stupid ->
  43.  
  44.    Goto "My Computer", right click -> properties -> device manager -> sound,
  45.    video -> SB16
  46.  
  47.    Now go to the "resources" tab, and unclick "Use automatic settings"
  48.  
  49.    Either:
  50.      1) Change your MIDI port from 300h to 330h or
  51.      2) Select a 'basic configuration' which doesn't include the MIDI port
  52.  
  53.      ( 3) Get an updated driver from Creative Labs )
  54.  
  55.       Click OK, then click OK on the warning message.
  56.  
  57.    There is a good chance that it should work now. I believe this is a bug in
  58.    the older Win95 SB16 drivers. (I *know* that the SB16 driver I have prevents
  59.    MIDI in DOS boxes and causes problems because if I remove it, MIDI works
  60.    flawlessly in DOS boxes in in Win95)
  61.  
  62. 3) SB Pro Users
  63.  
  64.    Impulse Tracker's Sound Blaster Pro driver should be completely compatible
  65.    with Windows '95 now. In some cases, the command line parameters
  66.            IT /s3 /ixx /dxx
  67.    have been requried, although this seems to be a rarity.
  68.  
  69.    If Window's starts swapping EMS memory to disk, then you're gonna be in
  70.    *big* trouble when playback starts, due to the fact that the mixing
  71.    routines need to access the memory quickly, and disk-swapping simply takes
  72.    too long! You will know that the memory is being swapped to disk if, when
  73.    you move onto a sample on the sample list, disk access occurs. This is
  74.    because the memory is accessed to draw the waveform.
  75.  
  76.    The SB Pro drivers work quite happily in the background of Win95 also.
  77.  
  78. 4) ALL users
  79.  
  80.    Finally, if you STILL can't get Impulse Tracker to work under Windows '95,
  81.    then you'll have to try to use it under a Vanilla DOS bootup. You have to
  82.    press F8 when the computer first starts up, and select Command Prompt.
  83.  
  84.    If you are not experienced with DOS, have someone show you how to do this,
  85.    and setup any requirements (eg. EMM386)
  86.  
  87.         You need the following lines in your CONFIG.SYS file:
  88.                 DEVICE=<path>\HIMEM.SYS
  89.                 DEVICE=<path>\EMM386.EXE RAM H=255
  90.  
  91.         eg. if the files are in your C:\DOS directory, you need this:
  92.  
  93.                 DEVICE=C:\DOS\HIMEM.SYS
  94.                 DEVICE=C:\DOS\EMM386.EXE RAM H=255
  95.  
  96.  
  97.                                                 - Jeffrey Lim
  98.