home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Classic / MultimediaClassic.mdf / hardsoft / sbpro.set / readme.txt < prev    next >
Encoding:
Text File  |  1993-10-12  |  13.1 KB  |  353 lines

  1.  
  2.                  SOUND BLASTER PRO LATEST INFORMATION
  3.                  ====================================
  4.  
  5. This file  contains  information  that is not  available  during the
  6. printing  of  the  manual.  Please  read all the sections before you
  7. proceed with any installation procedure .
  8.  
  9. This file contains the following sections:
  10.  
  11.    1. Software installation
  12.    2. CD-ROM Device Drivers Installation
  13.    3. Features for Future Enhancement
  14.    4  MIDI Files
  15.    5. SBSIM Support for MIDI
  16.    6. Upgrading of Sound Blaster Pro Mixer for DOS
  17.    7. Trouble Shooting for Installing Windows 3.1 Drivers
  18.  
  19.  
  20. 1. SOFTWARE INSTALLATION
  21.  
  22.    The    installation   program,  INST-HD.EXE   will   modify   your
  23.    AUTOEXEC.BAT  and  CONFIG.SYS files.  Your  original files will be
  24.    renamed with the extension B~K.
  25.  
  26.    WINSETUP will NOT set up the drivers and applications properly  if
  27.    your BLASTER environment strings are incorrectly set.  Please make
  28.    sure  that  these  environment  strings  are set  properly  before
  29.    running WINSETUP.EXE.  You  may enter "SET"  at the  DOS prompt to
  30.    check  the  environment  settings.  Refer  to  your Sound  Blaster
  31.    manual  for more  details on  the  BLASTER and  SOUND  environment
  32.    strings.
  33.  
  34.    Normally, WINSETUP.EXE needs to be run only once.  If the hardware 
  35.    settings of your sound  card needs to be  changed, use the  DRIVER
  36.    applet in CONTROL PANEL  to change the  settings of  your  Windows
  37.    drivers.  Refer to  your Windows  manual for  more details  on the
  38.    DRIVER applet.
  39.  
  40.  
  41. 2. CD-ROM DEVICE DRIVERS INSTALLATION
  42.  
  43.    To run any CD-ROM programs, you need to have the following drivers
  44.    installed:
  45.  
  46.         - SLCD.SYS
  47.         - MSCDEX.EXE
  48.  
  49.    The  driver  MSCDEX.EXE  is  not  included in this  Sound  Blaster
  50.    software package.  It should  come  with  your  CD-ROM  drive in a
  51.    separate diskette.
  52.  
  53.    NOTE
  54.    ====
  55.  
  56.    If you have 3 or  more logical  or  physical  drives  installed in
  57.    your system, you  must  specify  the  LASTDRIVE  command  in  your
  58.    CONFIG.SYS by adding the following line.
  59.  
  60.       LASTDRIVE=?
  61.  
  62.    Where:
  63.       ?         specifies the  last drive  letter  available  for use
  64.                 ranging from A to Z.
  65.  
  66.    An example will be:
  67.  
  68.       LASTDRIVE=P
  69.  
  70.    Please refer to your DOS manual for more details.
  71.  
  72.    MORE ON SLCD.SYS
  73.    ================
  74.  
  75.    SLCD.SYS is a hardware dependent device  driver  for  SONY  CD-ROM
  76.    drive that you need to include in the CONFIG.SYS file.  To install
  77.    the  driver  manually, add the  following  line to your CONFIG.SYS
  78.    file.
  79.  
  80.    DEVICE=[drive:][path]SLCD.SYS /B:xxx /D:name /M:x [/V] [/C] [/T:x]
  81.  
  82.    Where
  83.       /B:xxx   xxx specifies the  Base  I/O  address  of  your CD-ROM
  84.                interface.  If the base address of your Sound  Blaster
  85.                Pro card is set at 220, then xxx will be  230.  If the
  86.                base address of your Sound Blaster Pro card  is set at
  87.                240, then xxx will be 250.
  88.  
  89.       /D:name  name specifies the device driver  name  which  must be
  90.                the  same  as  the  one  used  in MSCDEX.EXE.  Example
  91.                MSCD001.
  92.  
  93.       /M:x     x specifies  the data transfer mode.  P for polled I/O
  94.                mode  and  D  for  DMA mode.  Using  the D option will
  95.                require the /T:x parameter.
  96.  
  97.       /T:x     x specifies  the  DMA channel used for the CD-ROM data
  98.                transfer  when  /M:D  parameter is used.  x must tally
  99.                with the jumper setting at JP8 to JP13.
  100.  
  101.       /V       Turns  on  the  verbose mode of the driver  to display
  102.                information at installation time.
  103.  
  104.       /C       To display the drive configuration at boot-up time.
  105.  
  106.       /K       Enables a sector  caching  mechanism  to  improve  the
  107.                drive performance.  Default is disabled.
  108.  
  109.    An example will be:
  110.  
  111.    DEVICE=C:\SBPRO\DRV\SLCD.SYS /B:230 /D:MSCD001 /V /C /M:P
  112.  
  113.  
  114.    MORE ON MSCDEX.EXE
  115.    ==================
  116.  
  117.    MSCDEX.EXE is the program used for Microsoft CD extension.  It can
  118.    be placed in your  AUTOEXEC.BAT  file so that it will be installed
  119.    every time you boot-up.  To install the driver  manually, add  the
  120.    following line to your  AUTOEXEC.BAT  file.  You can also run this
  121.    command from the command line.
  122.  
  123.    [drive:][path]MSCDEX /D:name [/M:x][/E][/V][/L:drive_letter]
  124.  
  125.    Where
  126.      /D:name    name specifies  a  device name which must be the same
  127.                 as the one used in SLCD.SYS.  Example: MSCD001.
  128.  
  129.      /M:x       x specifies the number of 2K block cache buffer to be
  130.                 used for CD-ROM operation.
  131.  
  132.                 Typically, each drive should have a minimum of 4 to 5
  133.                 buffers.  The  larger  this  number, the less your PC
  134.                 will have to read directly from the CD-ROM drive.
  135.  
  136.      /E         tells  MSCDEX.EXE  to  use  expanded  memory  if your
  137.                 system has expanded memory.
  138.  
  139.      /V         specify  this  switch  if   you   wish   to   display
  140.                 information about memory usage.
  141.  
  142.      /L:letter  specifies the  drive letter you wish to assign to the
  143.                 first  CD-ROM drive.  The  default  is the next drive
  144.                 letter available.
  145.  
  146.    An example will be:
  147.  
  148.    MSCDEX /V /E /D:MSCD001 /M:15 /L:f
  149.  
  150.  
  151. 4. HARDWARE FEATURES FOR FUTURE ENHANCEMENT
  152.  
  153.    The setting of IRQ3  &  IRQ11  on  your sound card are for  future
  154.    enhancement purposes.  Please do not use these two settings now as
  155.    most of the software may not support them yet.
  156.  
  157.    The hardware selectable interrupt settings for the CD-ROM are also
  158.    meant  for  future  enhancement  purposes.  Please   ignore  these
  159.    settings for the moment as the current CD software driver does not
  160.    make use of these interrupts yet.
  161.  
  162.  
  163. 5. MIDI FILES
  164.  
  165.    When playing MIDI files with MMJBOX, a warning message in a dialog
  166.    box may appear.  The message is only an indication of whether  the
  167.    MIDI file conforms to Microsoft MIDI standard.
  168.  
  169.    Even if  the  file conforms to the standard, the message may still
  170.    appear if the code defined by Microsoft  is  not  indicated in the
  171.    MIDI file.  Please  ignore  the  message if the MIDI files created
  172.    conforms to the standard.
  173.  
  174.    For more  information  on  how  to  indicate the code in your MIDI
  175.    files, refer to the "Microsoft Windows Software Developer Kit".
  176.  
  177.    For a start, you  can try out the MMJBOX application with the MIDI
  178.    file CANYON.MID which can be found in your Windows directory.  The
  179.    MIDI files provided in the sub-directory  \PLAYMIDI are created to
  180.    support the MIDI MAPPER and they comply fully to the Multimedia PC
  181.    rules.  When you  use  MMJBOX in WINDOWS 3.1 to play these  files,
  182.    make sure  that  your MIDI MAPPER is set to either the SBP2 EXT FM
  183.    or SBP2 BASIC FM.  Using it with SBP2 ALL FM will cause  the  song
  184.    to sound "cluttered".
  185.  
  186.    Refer  to  the manual for more information on MIDI file format and
  187.    MIDI Mapper.
  188.  
  189.  
  190. 6. SBSIM SUPPORT FOR MIDI
  191.  
  192.    SBSIM (SB Simplified Interface  Module)  has  now  been updated to
  193.    include support  for  the  MIDI  driver SBMIDI. To make use of the
  194.    MIDI  support,  include  a  new  section  titled  [MIDI]  in  your
  195.    configuration  file.  The  available  keywords, and  their default
  196.    values,  are as follows:
  197.  
  198.     [Midi]
  199.         BufferSize=32           ; Specifies the size of the buffer
  200.                                 ;   to allocate for MIDI files, in
  201.                                 ;   Kbytes
  202.         MidiMap=0               ; Specifies the type of MIDI file
  203.                                 ;   to be played:
  204.                                 ;       0 = General MIDI files
  205.                                 ;       1 = Basic MIDI files
  206.                                 ;       2 = Extended MIDI files
  207.                                 ;   Note that types 1 and 2 are as
  208.                                 ;   defined in Multimedia Windows.
  209.  
  210.    Note  that  you  need  to  load  SBMIDI (the  Sound  Blaster  MIDI
  211.    driver) before you invoke SBSIM.
  212.  
  213.  
  214.    The Music player program, MUSIC.EXE, has also been updated to play
  215.    MIDI files.  The command set is the same, except that the commands
  216.    /REPEAT,  /TEMPO,  /TRANSPOSE and /WAIT  are  not  available  when
  217.    playing  MIDI  files.  Also, a new command is implemented to allow
  218.    switching of MIDI modes.
  219.  
  220.    The resulting command set of MUSIC.EXE is as follows:
  221.  
  222.       Usage:  MUSIC [ /Q ] option..
  223.          where option is one of:
  224.             /PLAY:filename          +
  225.             /STOP                   +
  226.             /PAUSE                  +
  227.             /CONTINUE               +
  228.             /WAIT:n                 #
  229.             /TEMPO:percentage       #
  230.             /TRANSPOSE:semitone     #
  231.             /REPEAT:count           #
  232.             /MIDIFMT:midiformat     *
  233.                 midiformat: GEN, BAS, EXT
  234.  
  235.       (+ = for CMF and MIDI files, # = for CMF files only,
  236.        * = for MIDI files only)
  237.  
  238.  
  239.       IMPORTANT :USE EITHER SBMIDI OR SBFMDRV DRIVER ONLY (NOT BOTH).
  240.  
  241.  
  242. 7. UPGRADING OF SOUND BLASTER PRO MIXER FOR DOS
  243.  
  244.    There are two changes  in this version  compared  to  the  earlier
  245.    version:
  246.  
  247.    a. The  < Stereo on/off > option is now removed.  This function is
  248.       controlled directly by the software drivers.
  249.  
  250.    b. A new feature has been added:
  251.  
  252.       <Hidden mode on/off> : Default is ON.
  253.  
  254.       With the  Hidden mode set to ON, the user  can  control all the
  255.       volumes  from  the keyboard in the background - without popping 
  256.       up to mixer screen.
  257.  
  258.       To control the volume, use the key combinations of
  259.  
  260.                    CTRL+ALT+u   - for volume increase
  261.       and          CTRL+ALT+d   - for volume decrease
  262.  
  263.       To toggle on/off the sound output use the key  combinations  of
  264.  
  265.                    CTRL+ALT+q
  266.  
  267.       To select the channel in-order to control its  volume, use  the
  268.       key combinations of
  269.  
  270.                    CTRL+ALT+m   -  for Master
  271.                    CTRL+ALT+l   -  for Line
  272.                    CTRL+ALT+f   -  for FM
  273.                    CTRL+ALT+c   -  for CD
  274.                    CTRL+ALT+v   -  for VOC
  275.                    CTRL+ALT+i   -  for Mic
  276.  
  277.  
  278.    The pop up mode is still working in the same way as before.
  279.  
  280.  
  281. 9. TROUBLE SHOOTING FOR INSTALLING WINDOWS 3.1 DRIVERS
  282.  
  283.    A program "WINSETUP.EXE" was included to install the  Windows  3.1
  284.    drivers  for  Sound  Blaster.  This  program  can be found in your
  285.    Sound Blaster directory.  However, if  you prefer to install these
  286.    drivers  manually  in  Windows, please refer to the User Reference
  287.    Manual.  If  somehow   you  are  having  problems  installing  the
  288.    drivers, here  are  some points to check before you call Technical
  289.    Support.
  290.  
  291.    a. If you installed Windows 3.1 using the "Express  Installation,"
  292.       Windows  scanned  your  hard disk for programs to be installed.
  293.       As a result, older  versions  of the Jukebox were installed  if
  294.       they  were  on  your  hard  disk  at  the time of installation.
  295.       Please remove these icons.  To do this, click on the icon  once
  296.       to select it, then  press the delete key.  Windows will ask you
  297.       for confirmation.  Repeat for each icon.
  298.  
  299.    b. Open  the  Driver applet in Control panel.  You should at least
  300.       have the following driver names in the Installed Drivers list:
  301.  
  302.         Creative Sound Blaster *** Auxiliary Audio
  303.         Creative Sound Blaster *** MIDI Synthesizer
  304.         Creative Sound Blaster *** Wave and MIDI
  305.         MIDI Mapper
  306.         Timer
  307.         [MCI] CD Audio  ;this is only for owners of CD-ROM drives
  308.         [MCI] MIDI Sequencer
  309.         [MCI] Sound
  310.  
  311.       where *** correspond to the type of card you are having.
  312.  
  313.       If one or  more of these drivers do not exist, you must install
  314.       the driver(s)  using  the  Driver  applet in Control Panel (See
  315.       the Windows manual for more details).
  316.  
  317.    c. Check your SYSTEM.INI by choosing RUN from the File menu of the
  318.       Program Manager, and typing SYSEDIT  in  the  command line box.
  319.       Examine the [drivers] and  [sndblst.drv] sections.  They should
  320.       look something like this:
  321.  
  322.         [drivers]
  323.         Timer=timer.drv
  324.         Midimapper=midimap.drv
  325.         Aux=sbpaux.drv
  326.         MIDI=sbp2fm.drv
  327.         Wave=sbpsnd.drv
  328.         MIDI1=sbpsnd.drv
  329.  
  330.         [sndblst.drv]
  331.         port=220
  332.         int=7
  333.         dmachannel=1
  334.  
  335.    d. If  Windows  refuses  to install a device driver or you get the
  336.       error  message "Device not found" when playing a Wave  or  MIDI
  337.       file  or  a CD, be sure  you have the following settings in the
  338.       [mci] section of SYSTEM.INI
  339.  
  340.         [mci]
  341.         WaveAudio=mciwave.drv
  342.         Sequencer=mciseq.drv
  343.         CDAudio=mcicda.drv  ;this is only for owners of CD-ROM drives
  344.  
  345.       If one or more of these do  not  exist, you  must  install  the
  346.       driver(s) using the Driver applet  in  Control  Panel (See  the
  347.       Windows manual for instructions).  Do not type  in the  entries
  348.       into the SYSTEM.INI because the files have to be installed into
  349.       your SYSTEM directory by Windows.
  350.  
  351.  
  352.                       *********  End of README  *********
  353.