home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / it206.zip / DRIVERS.DOC < prev    next >
Text File  |  1996-10-09  |  15KB  |  314 lines

  1.  
  2.                          Notes about the sound drivers
  3.  
  4. Note: "Mix data not allocated" messages mean that you do NOT have sufficient
  5.       (conventional) memory to run the driver.
  6.  
  7. Be sure to check the driver screen (Shift-F5) of your soundcard!
  8.  
  9. ────────────────────────────────────────────────────────────────────────────────
  10.  
  11.                                  Driver Summary
  12.  
  13. Driver                  Def/Max Chan.   Stereo  Bits    Mixing Rate/Resolution
  14.                                                         MIDI Input available?
  15.  
  16. GUS, Hardwave           32/32           Yes     16      19->44kHz (A)
  17. Interwave, Hardware     32/32           Yes     16      44kHz, MIDI
  18. Sound Blaster 1.0       64/256          No      8       12kHz->22kHz
  19. Sound Blaster 2.0       64/256          No      8       12kHz->44kHz
  20. Sound Blaster Pro       64/256          Yes     8       6kHz->22kHz (B)
  21.                                         No      8       12kHz->44kHz (B)
  22. Sound Blaster 16        64/256          Yes     16      12kHz->44kHz, MIDI
  23. Sound Blaster AWE 32    30/30           Yes     16      44kHz
  24. Pro Audio Spectrum      64/256          Yes     8       12->44kHz
  25. Pro Audio Spectrum 16   64/256          Yes     16      12->44kHz
  26. PC Speaker              64/256          No      5-7     12->44kHz
  27. DAC on LPT              64/256          No      8       12->44kHz
  28. Disk Writer             256/256         Yes     16      22->64kHz
  29.  
  30. Notes
  31. A) Depends on number of channels used. The hiquality GUS driver reinitialises
  32.    the GUS continually to use as few channels as necessary. Some GUS cards
  33.    cannot cope with this, and you will need to use the alternative ITGUSLO.DRV
  34.    instead.
  35. B) The mixing rate of the SBPro depends on whether playback is stereo or mono
  36.  
  37. Drivers with * next to them have NOT been completed...
  38.  
  39. ────────────────────────────────────────────────────────────────────────────────
  40.  
  41. Gravis UltraSound, Hardware mixing (ITGUS.DRV)
  42.  
  43.         This file actually contains two drivers in one file. The first is
  44.         accessed just by using IT (with no command line parameters, or with
  45.         /s4 for Gravis UltraSound). This is equivalent to the original
  46.         internal driver that came with previous versions of Impulse Tracker.
  47.  
  48.         The second driver is selected by providing the correct IRQ for the
  49.         GF1 chip. (The second-to-last number of your ULTRASND environment
  50.         variable). This is an IRQ driven routine, which means that it'll
  51.         work in the background of Windows '95. But note that the timing for
  52.         this is NOT as accurate as the timing in the first driver. There is
  53.         also a possibility that multitasking OSs can sometimes (although
  54.         rarely) cause some settings to the GUS to be missed (which will cause
  55.         a note to play unexpectedly). This can be fixed just by restarting
  56.         playback. There is NO check for the correctness of the IRQ provided.
  57.  
  58.         The Gravis UltraSound *CANNOT* cope with 16-bit samples greater than
  59.         256k-bytes. This is equivalent to 128k-length samples. Also, 16-bit
  60.         samples cannot cross 256k boundaries on the GUS, meaning that the
  61.         amount of memory you have on the card may decrease by more than you
  62.         expect when you load a 16-bit sample.
  63.  
  64.         You cannot choose the mixing rate for the GUS - the mixing rate is
  65.         dependent on the number of channels playing. This driver continuously
  66.         reinitialises the GUS to use as few channels as possible. You can
  67.         further restrict the number of channels used with /Lxx on the command
  68.         line of Impulse Tracker.
  69.  
  70. Gravis UltraSound 2, Hardware mixing (ITGUS2.DRV)
  71.  
  72.         If the first Gravis UltraSound driver clicks continuously when nothing
  73.         is supposed to be playing, use this driver ("IT /sITGUS2.DRV").
  74.  
  75.         This driver file also contains two drivers - check above on how to
  76.         access the second driver.
  77.  
  78. Gravis UltraSound Lo-freq, Hardware mixing (ITGUSLO.DRV)
  79.  
  80.         Only use this driver if notes do *NOT* finish playing off correctly
  81.         on your GUS. ("IT /sITGUSLO.DRV" or copy ITGUSLO.DRV over ITGUS.DRV)
  82.  
  83. ────────────────────────────────────────────────────────────────────────────────
  84.  
  85. InterWave Driver - Hardware mixing (ITIW.DRV)
  86.  (This includes GUS PnP, GUS PnP Pro, WavExtreme 32 Pro + more)
  87.  
  88.         You *NEED* to have RAM onboard your soundcard to use this driver,
  89.         otherwise your Interwave card will NOT be detected.
  90.  
  91.         This file actually contains two drivers in one file. The first is
  92.         accessed just by using IT (with no command line parameters, or with
  93.         /s6 for AMD Interwave IC). This is similar to the original internal
  94.         GUS driver that came with previous versions of Impulse Tracker.
  95.  
  96.         The second driver is selected by providing the correct IRQ for the
  97.         Interwave chip. (This is the value given in Windows'95/settings/
  98.         control panel/system/Interwave SYNTH/IRQ). This is an IRQ driven
  99.         routine, which means that it'll work in the background of Windows '95.
  100.         But note that the timing for this is NOT as accurate as the timing in
  101.         the first driver. There is also a possibility that multitasking OSs
  102.         can sometimes (although rarely) cause some settings to the GUS to be
  103.         missed (which will cause a note to play unexpectedly). This can be
  104.         fixed just by restarting playback (or reinitialising in severe cases).
  105.  
  106.         There is NO check for the correctness of the IRQ provided.
  107.  
  108.         The Interwave driver contains handlers for two different memory modes
  109.         on the Interwave - the more memory efficient mode is where the amount
  110.         of ram is directly compatible with the interwave, the second is where
  111.         the DRAM configuration is NOT directly compatible with the interwave
  112.         and the driver has to handle the RAM slightly more explicitly, which
  113.         causes the loss of memory-usage efficiency.
  114.  
  115.         Here are the modes directly compatible with the interwave:
  116.  
  117.      Bank 0         Bank 1          Bank 2          Bank 3          Total
  118.       256Kb          0               0               0              256Kb
  119.       256Kb          256Kb           0               0              512Kb
  120.       256Kb          256Kb           256Kb           256Kb           1MB
  121.       256Kb          1MB             0               0             1.25MB
  122.       256Kb          1MB             1MB             1MB           3.25MB
  123.       256Kb          256Kb           1MB             0              1.5MB
  124.       256Kb          256Kb           1MB             1MB            2.5MB
  125.       1MB            0               0               0               1MB
  126.       1MB            1MB             0               0               2MB
  127.       1MB            1MB             1MB             1MB             4MB
  128.       4MB            0               0               0               4MB
  129.     * 4MB            4MB             0               0               8MB
  130.     * 4MB            4MB             4MB             4MB            16MB
  131.  
  132.     * These modes cannot be handled by the first driver, so are actually
  133.       handled in the second mode.
  134.  
  135.         The mixing rate for the Interwave driver is fixed at 44100Hz
  136.         (CD quality)
  137.  
  138.       Bug warning: If the sound does NOT play properly, you may need to
  139.                    run IWINIT before running Impulse Tracker
  140.  
  141. ────────────────────────────────────────────────────────────────────────────────
  142.  
  143. Sound Blaster 1.0 driver (ITSB.DRV)
  144.  
  145.         The Sound Blaster has a mixing range of 12000->21739 Hz. You CANNOT
  146.         hear any stereo (or surround) effects with this driver, because the
  147.         Sound Blaster does NOT support stereo.
  148.  
  149.         Hardware detection routines are used for Address (eg. 220h),
  150.         environment is checked for IRQ and DMA.
  151.  
  152.         Command line arguments for IRQ and DMA are NOT checked but assumed
  153.         correct IF this driver is explicitly selected
  154.         (IT /s1 or IT /sITSB.DRV).
  155.  
  156. Sound Blaster 2.0 driver (ITSB2.DRV)
  157.  
  158.         The Sound Blaster 2 driver is basically the same as the Pro driver
  159.         with stereo options removed... (ie SB2 cannot do stereo). The
  160.         mixing range is from 12000 to 43478 Hz.
  161.  
  162.         Hardware detection routines are used for Address (eg. 220h),
  163.         environment is checked for IRQ and DMA.
  164.  
  165.         Command line arguments for IRQ and DMA are NOT checked but assumed
  166.         correct IF this driver is explicitly selected (IT /sITSB2.DRV).
  167.  
  168. Sound Blaster Pro driver (ITSBPRO.DRV)
  169.  
  170.         The Sound Blaster Pro has a mixing range of 12000->43478 in mono mode,
  171.         or 6000->21739 in stereo mode.
  172.  
  173.         Hardware detection routines are used for Address (eg. 220h),
  174.         environment is checked for IRQ and DMA.
  175.  
  176.         Command line arguments for IRQ and DMA are NOT checked but assumed
  177.         correct IF this driver is explicitly selected
  178.         (IT /s2 or IT /sITSBPRO.DRV).
  179.  
  180. Sound Blaster 16 driver (ITSB16.DRV, ITSB16B.DRV)
  181.  
  182.         The Sound Blaster 16 has a mixing range of 12000->45454 in either mono
  183.         or stereo modes.
  184.  
  185.         If you specify this driver ( IT /s3 or IT /sITSB16.DRV ) AND an IRQ
  186.         or DMA, IT will try to *FORCE* the SB16 to use the IRQ/DMA.
  187.  
  188.         eg. On my system, I have my SB16 configured to IRQ 2, DMA 5, but I
  189.         can force it to use IRQ 7, DMA 0 with IT /s3 /i7 /d0
  190.  
  191.         Hardware detection routines are used for all Address, IRQ and DMA.
  192.  
  193.         Note: If you select either of the 32-bit mixing modes, then volumes
  194.         between 0->32768 are used internally instead of 0->128.
  195.  
  196.         The second driver, ITSB16B.DRV is a cut down version of the main
  197.         driver which does NOT have the mixing options - the main benefit of
  198.         this is that it requires less memory. To use this, type:
  199.         "IT /sITSB16B.DRV". If you want to have this file automatically used
  200.         just copy it over ITSB16.DRV.
  201.  
  202. ────────────────────────────────────────────────────────────────────────────────
  203.  
  204. Sound Blaster AWE 32 driver (ITAWE32.DRV)
  205.  
  206.         The Sound Blaster AWE 32 driver directly uses the EMU8000 synth chip.
  207.         This synth chip has several limitations which you should be aware of:
  208.  
  209.          ∙ It can only use 16-bit samples.
  210.            8 bit samples are automatically converted by IT (so that's not a
  211.            problem), but your free memory may decrease by double of what you
  212.            expect. (eg. you will need at least 1MB of memory to load 512k
  213.            of 8 bit samples)
  214.  
  215.          ∙ It doesn't support ping pong loops or no loops.
  216.            IT will automatically expand ping pong loops and will pad non-looped
  217.            samples with silence, but this makes sample sustain loops impossible
  218.            to implement fully. It also means that ping pong looped samples
  219.            could take up to double the memory of forwards looped samples.
  220.  
  221.            Sustain loops will NOT operate on the AWE32 driver. Instead, they
  222.            will be treated as NORMAL loops.
  223.  
  224.            If you change the loop type from none->forwards or
  225.            forwards->ping pong or ping pong->none, you WILL need to reload
  226.            the samples each time (Ctrl-G). If you change the loop points on
  227.            a sample, you will have to reload the samples (Ctrl-G)
  228.  
  229.          ∙ Has a limited frequency range - from the programming information,
  230.            it seems that it is impossible to play a note at above 176kHz.
  231.            This equates to any notes 2 octaves above middle C (or higher) for
  232.            a sample at 44kHz. This should not cause problems for *MOST* people,
  233.            but if you have some notes that won't play, this may be the reason.
  234.  
  235.         Note: The Address used for the SB AWE 32 is the address of the EMU8000,
  236.               NOT the address of your SB. (eg. for command line params)
  237.  
  238.         Note: This driver is NOT used as a default, as many users would benefit
  239.               more from the SB16 driver. (I recommend having at least 2MB
  240.               of memory if you want to use this driver). IT /s7 to use this
  241.               if you DO have an AWE32
  242.  
  243.         Note: This driver can operate in Win95. In this mode, it uses a
  244.               different mechanism which allows the playing of music in the
  245.               background, but timing is *NOT* as accurate here (accurate to
  246.               around 100 milli seconds as opposed to 800 nano seconds per
  247.               tick)
  248.  
  249. ────────────────────────────────────────────────────────────────────────────────
  250.  
  251. PC Speaker (ITPCSPKR.DRV)
  252.  
  253.         Nothing much else to say here, except... GET A SOUND CARD! :)
  254.  
  255.         Note: On the info page, using the 'variables' display WILL distort
  256.               PC Speaker output. Also, it has been found that the Info Page
  257.               screens and the Pattern Editor cause a noticeably higher amount
  258.               of hiss through the speaker.
  259.  
  260.         Note: This driver will *NOT* necessarily work on laptop's
  261.               piezo-electric speakers.
  262.  
  263.         Note: No driver screen available.
  264.  
  265. ────────────────────────────────────────────────────────────────────────────────
  266.  
  267. Pro Audio Spectrum (ITPAS.DRV)
  268. Pro Audio Spectrum 16 (ITPAS16.DRV)
  269.  
  270.         BIG thanks to Pelusa for VITAL programming information for this!!
  271.         BIG thanks to MZ/PoP for lending me a PAS16 to stuff around with!!
  272.  
  273.         Note: These drivers will *NOT* work in the background of Win95,
  274.               although they will work fine in the foreground.
  275.         Note: You NEED to have the MVSOUND.SYS driver installed for these
  276.               to operate.
  277.  
  278. ────────────────────────────────────────────────────────────────────────────────
  279.  
  280. DAC on LPT 1/2 Drivers
  281.  
  282.         These drivers are almost exactly the same as the PC speaker drivers,
  283.         with only minor modifications.
  284.  
  285.         To use these, run IT /sITLPT1.DRV or IT /sITLPT2.DRV - depending on
  286.         which LPT you have your DAC plugged into.
  287.  
  288.         Note: No driver screen available.
  289.  
  290. ────────────────────────────────────────────────────────────────────────────────
  291.  
  292. Disk Writer
  293.  
  294.         The ITWAV.DRV included with distribution IT is a mono-only
  295.         example device.
  296.  
  297.         The full ITWAV.DRV file which *IS* capable of stereo output
  298.         is NOT available for public distribution. Contact me if you
  299.         wish to obtain this - it will NOT be made available without
  300.         some sort of (monetary) agreement.
  301.  
  302.         Details
  303.         ■ 16 bit Stereo/Mono output
  304.         ■ 22kHz to 64kHz output frequency
  305.         ■ 16 bit interpolation (65536x 'oversampling')
  306.         ■ 32 bit mixing
  307.         ■ Software volume ramping (set at 500th of a second or less)
  308.  
  309.         The disk writer also uses volumes ranging between 0 and 32768
  310.         instead of the standard 0 to 128.
  311.  
  312. ────────────────────────────────────────────────────────────────────────────────
  313.  
  314.