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 >
Wrap
Text File
|
1992-07-22
|
3KB
|
95 lines
WINDOWS README.DOC
------------------
Here is a description of some of the files on the Windows disk:
---------------------------------------------------------------
MIX.EXE This program allows you to modify those mixing controls
that you'll want to change most often.
Its main difference from promix is that it doesn't
cover nearly as much screen area.
This program can be added to your \windows directory.
PROMIX.EXE ProMix can be launced from the WIN.INI 'load' line.
If you have Windows 3.1, use the Program Manager's
File/Preferences menu item to select the open
minimized option.
This program can be added to your \windows directory.
MMMIXER.DLL This DLL must be in your \WINDOWS\SYSTEM directory.
MMMIXER.DLL is like MMSYSTEM.DLL in a couple of ways.
First, it provides a driver-independent layer for all
mixer API's. Second, it loads any mixer device drivers
in the system.
If you build an application that makes use of the
mixer API's, this DLL handles the call. If there are
no mixer device drivers in the system, the mixer
API's will simply return an error.
MVMIXER.DRV This file belongs in your \WINDOWS\SYSTEM directory.
In the [drivers] section of your system.ini file,
you must have the line:
mixer=mvmixer.drv
MCIMIXER.DRV Put this file in your \WINDOWS\SYSTEM directory.
This driver provides a set of extended MCI commands
for accessing mixer capabiities.
Under the [mci] section of your system.ini file, you
must have the line:
mixer=mcimixer.drv
MVPROAUD.DRV This file belongs in your \WINDOWS\SYSTEM directory.
This driver supports WAVE (digital sound) audio, MIDI I/O
and auxillary volume control.
In the [drivers] section of your system.ini file, you
should have the following three entries:
wave=mvproaud.drv
midi=mvproaud.drv
aux=mvproaud.drv
VPASD.386 This file belongs in your \WINDOWS\SYSTEM directory.
It provides extra buffer space needed to handle
16-bit digital audio.
You must have the following line in system.ini's
[386Enh] section:
device=vpasd.386
Also you must add the following line to system.ini's
[mvproaud.drv] section:
buffer=32
_____________________________________________________________________
SAMPLE SYSTEM.INI FILE DRIVERS SECTION
(for Windows)
[drivers]
timer=timer.drv
Wave=mvproaud.drv
Wave1=tbwave.drv
MIDI=mvproaud.drv
MIDI1=opl3.drv
mixer=mvmixer.drv
Aux=mvproaud.drv
[mci]
CDAudio=mcicda.drv **
WaveAudio=mciwave.drv 4
Sequencer=mciseq.drv
mixer=mcimixer.drv