home *** CD-ROM | disk | FTP | other *** search
/ modiromppu / modiromppu.iso / PROGRAMS / TRACKERS / IMPULSE / DRIVERS.DOC < prev    next >
Encoding:
Text File  |  1996-12-22  |  17.1 KB  |  367 lines

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