home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / sbnotes.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  5.2 KB  |  120 lines

  1.  Sound Blaster user notes
  2.  ────────────────────────
  3.  
  4.  WAVmaker comes with full support for Creative Labs' popular line of Sound 
  5.  Blaster cards. For the players (WM SBMIDI, WM SBWAV) and the card settings
  6.  controller (WM SBset) to work, the card and the software which came with it
  7.  must have been installed correctly. If you have a problem making the above
  8.  applications run, check the following:
  9.  
  10.  (1) Your CONFIG.SYS should contain the following lines (your choices of Sound
  11.      Blaster home drive & directory, base I/O address, IRQ and DMA channel 
  12.      settings - the A, I, D and H parameters - may differ; this is OK as long 
  13.      as they are consistent and satisfy the hardware requirements detailed in 
  14.      your Sound Blaster documentation):
  15.  
  16.      ■ For the Sound Blaster 16:
  17.  
  18.        DEVICE=C:\SB16\DRV\CTSB16.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1 H:5
  19.        DEVICE=C:\SB16\DRV\CTMMSYS.SYS
  20.  
  21.      ■ For the Sound Blaster Pro and Sound Blaster Pro 2:
  22.  
  23.        DEVICE=C:\SBPRO\DRV\CTSBPRO.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1
  24.        DEVICE=C:\SBPRO\DRV\CTMMSYS.SYS
  25.  
  26.      ■ For the Sound Blaster 2.0:
  27.  
  28.        DEVICE=C:\SB\DRV\CTSB2.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1
  29.        DEVICE=C:\SB\DRV\CTMMSYS.SYS
  30.  
  31.      ■ For the Sound Blaster 1.0 and below:
  32.     
  33.        DEVICE=C:\SB\DRV\CTSB.SYS /UNIT=0 /BLASTER=A:220 I:5 D:1
  34.        DEVICE=C:\SB\DRV\CTMMSYS.SYS
  35.  
  36.  (2) Your AUTOEXEC.BAT should contain the following lines (again, your choices
  37.      of parameter values may differ, and there may be additional parameters in
  38.      the BLASTER string, e.g. M220, specifying the mixer chip base I/O port;
  39.      the following examples show the bare-bones minimum):
  40.  
  41.      ■ For the Sound Blaster 16:
  42.  
  43.        SET SOUND=C:\SB16
  44.        SET BLASTER=A220 I5 D1 H5
  45.        SET MIDI=SYNTH:1 MAP:G
  46.  
  47.      ■ For the Sound Blaster Pro and Sound Blaster Pro 2:
  48.  
  49.        SET SOUND=C:\SBPRO
  50.        SET BLASTER=A220 I5 D1 
  51.        SET MIDI=SYNTH:1 MAP:G
  52.  
  53.      ■ For the Sound Blaster 2.0 and below:
  54.     
  55.        SET SOUND=C:\SB
  56.        SET BLASTER=A220 I5 D1 
  57.        SET MIDI=SYNTH:1 MAP:G
  58.      
  59.  Note that if you choose the MAP:E (Extended MIDI mapping) setting, only MIDI 
  60.  channels 1-10 will be used, with number 10 serving as the drum channel; MAP:B 
  61.  (Basic MIDI mapping) uses only channels 13-16, with number 16 serving as the 
  62.  drum channel. MAP:G gives you full General MIDI mapping (channels 1-16, with 
  63.  number 10 serving as the drum channel).
  64.  
  65.  (3) The /BLASTER= setting in your CONFIG.SYS and the BLASTER= environment
  66.      string in your AUTOEXEC.BAT must be consistent. For the /UNIT=<x> 
  67.      setting, you should increase <x> by one if you have another hardware 
  68.      dependent driver (e.g., CTSBPRO.SYS) installed.
  69.  
  70.  (4) The DRV subdirectory in your Sound Blaster home directory (e.g. the 
  71.      C:\SB16\DRV directory for the Sound Blaster 16 in the above examples)
  72.      should contain the following drivers:
  73.  
  74.      ■ For the Sound Blaster 16:
  75.  
  76.        AUXDRV.DRV          (AUXiliary DRiVer for mixer chip control)
  77.        CTMIDI16.DRV        (CreaTive MIDI driver for Sound Blaster 16)
  78.        CTWDSK.DRV          (CreaTive WAV DiSK double buffering mode driver)
  79.        CTMMSYS.SYS         (CreaTive MultiMedia SYStem driver)
  80.        CTSB16.SYS          (CreaTive SB16 hardware dependent driver)
  81.  
  82.      ■ For the Sound Blaster Pro 2:
  83.  
  84.        AUXDRV.DRV          (AUXiliary DRiVer for mixer chip control)
  85.        CTMIDIP2.DRV        (CreaTive MIDI driver for Sound Blaster Pro 2)
  86.        CTWDSK.DRV          (CreaTive WAV DiSK double buffering mode driver)
  87.        CTMMSYS.SYS         (CreaTive MultiMedia SYStem driver)
  88.        CTSBPRO.SYS         (CreaTive SB PRO 2 & 1 hardware dependent driver)
  89.  
  90.      ■ For the Sound Blaster Pro:
  91.  
  92.        AUXDRV.DRV          (AUXiliary DRiVer for mixer chip control)
  93.        CTMIDIP.DRV         (CreaTive MIDI driver for Sound Blaster Pro)
  94.        CTWDSK.DRV          (CreaTive WAV DiSK double buffering mode driver)
  95.        CTMMSYS.SYS         (CreaTive MultiMedia SYStem driver)
  96.        CTSBPRO.SYS         (CreaTive SB PRO 2 & 1 hardware dependent driver)
  97.  
  98.      ■ For the Sound Blaster 2.0:
  99.  
  100.        AUXDRV.DRV          (AUXiliary DRiVer for mixer chip control)
  101.        CTMIDI2.DRV         (CreaTive MIDI driver for Sound Blaster 2.0-)
  102.        CTWDSK.DRV          (CreaTive WAV DiSK double buffering mode driver)
  103.        CTMMSYS.SYS         (CreaTive MultiMedia SYStem driver)
  104.        CTSB2.SYS           (CreaTive SB 2.0 hardware dependent driver)
  105.  
  106.      ■ For the Sound Blaster 1.0:
  107.  
  108.        AUXDRV.DRV          (AUXiliary DRiVer for mixer chip control)
  109.        CTMIDI2.DRV         (CreaTive MIDI driver for Sound Blaster 2.0-)
  110.        CTWDSK.DRV          (CreaTive WAV DiSK double buffering mode driver)
  111.        CTMMSYS.SYS         (CreaTive MultiMedia SYStem driver)
  112.        CTSB.SYS            (CreaTive SB 1.0- hardware dependent driver)
  113.  
  114.  WM SBWAV needs version 3.05 or later of CTWDSK.DRV to run. WM SBset needs
  115.  version 3.02 or later of AUXDRV.DRV to run.
  116.  
  117.  Missing drivers (and updated versions of existing ones) can be obtained from 
  118.  Creative Labs' user support network. Consult your Sound Blaster documentation
  119.  for the support site closest to you.
  120.