home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / msdos / sndbords / proaudio / pasw14b2 / readme.doc < prev    next >
Text File  |  1992-07-22  |  3KB  |  95 lines

  1.  
  2.                           WINDOWS README.DOC
  3.                           ------------------
  4.  
  5.  
  6.    Here is a description of some of the files on the Windows disk:
  7.    ---------------------------------------------------------------
  8.  
  9. MIX.EXE         This program allows you to modify those mixing controls
  10.         that you'll want to change most often.
  11.         Its main difference from promix is that it doesn't
  12.         cover nearly as much screen area.
  13.         This program can be added to your \windows directory.
  14.  
  15. PROMIX.EXE      ProMix can be launced from the WIN.INI 'load' line. 
  16.         If you have Windows 3.1, use the Program Manager's
  17.         File/Preferences menu item to select the open
  18.         minimized option.
  19.         This program can be added to your \windows directory.
  20.  
  21.  
  22. MMMIXER.DLL     This DLL must be in your \WINDOWS\SYSTEM directory.
  23.         MMMIXER.DLL is like MMSYSTEM.DLL in a couple of ways.
  24.         First, it provides a driver-independent layer for all
  25.         mixer API's.  Second, it loads any mixer device drivers
  26.         in the system.
  27.  
  28.         If you build an application that makes use of the
  29.         mixer API's, this DLL handles the call.  If there are
  30.         no mixer device drivers in the system, the mixer
  31.         API's will simply return an error.
  32.  
  33.  
  34. MVMIXER.DRV     This file belongs in your \WINDOWS\SYSTEM directory.  
  35.         In the [drivers] section of your system.ini file, 
  36.                 you must have the line:
  37.                         mixer=mvmixer.drv
  38.  
  39.  
  40. MCIMIXER.DRV    Put this file in your \WINDOWS\SYSTEM directory.
  41.         This driver provides a set of extended MCI commands
  42.         for accessing mixer capabiities.  
  43.  
  44.         Under the [mci] section of your system.ini file, you
  45.         must have the line:
  46.             mixer=mcimixer.drv
  47.  
  48.  
  49. MVPROAUD.DRV    This file belongs in your \WINDOWS\SYSTEM directory.
  50.         This driver supports WAVE (digital sound) audio, MIDI I/O
  51.         and auxillary volume control.
  52.  
  53.         In the [drivers] section of your system.ini file, you
  54.         should have the following three entries:
  55.              wave=mvproaud.drv
  56.              midi=mvproaud.drv
  57.              aux=mvproaud.drv
  58.         
  59.  
  60. VPASD.386       This file belongs in your \WINDOWS\SYSTEM directory.
  61.         It provides extra buffer space needed to handle 
  62.         16-bit digital audio.
  63.  
  64.         You must have the following line in system.ini's
  65.         [386Enh] section:
  66.         device=vpasd.386
  67.  
  68.         Also you must add the following line to system.ini's
  69.         [mvproaud.drv] section:
  70.  
  71.         buffer=32
  72.  
  73.  
  74. _____________________________________________________________________
  75.  
  76.  
  77.  
  78.         SAMPLE SYSTEM.INI FILE DRIVERS SECTION
  79.                             (for Windows)
  80.  
  81. [drivers]
  82. timer=timer.drv
  83. Wave=mvproaud.drv
  84. Wave1=tbwave.drv
  85. MIDI=mvproaud.drv
  86. MIDI1=opl3.drv
  87. mixer=mvmixer.drv
  88. Aux=mvproaud.drv
  89.  
  90. [mci]
  91. CDAudio=mcicda.drv  **
  92. WaveAudio=mciwave.drv 4
  93. Sequencer=mciseq.drv
  94. mixer=mcimixer.drv
  95.