/************************ START OF SPECIFICATIONS ***************************/
/*                                                                          */
/* SOURCE FILE NAME:  README                                                */
/*                                                                          */
/* DESCRIPTIVE NAME:  Data file that describes each file in the Generic     */
/*                    Audio Install sample.                                 */
/*                                                                          */
/* COPYRIGHT:                                                               */
/*              Copyright (c) IBM Corporation  1993                         */
/*                        All Rights Reserved                               */
/*                                                                          */
/* STATUS:  DDK #3 1993                                                     */
/*                                                                          */
/*************************** END OF SPECIFICATIONS **************************/

    This subdirectory contains the Audio Installation Sample.  This sample
    shows how the manufacturer of a audio adapter can install that
    adapter into the MMPM/2 system so that the adapter can then be used by
    MMPM/2 to play and record digital audio and to play MIDI files.

    The files included with this sample are the following:

    makefile     - Creates the resource DLL containing the audio adapter
                   data by compiling cardinfo.rc into cardinfo.dll
                 - Creates the help file used during installation by
                   compiling audhelp.itl into audhelp.hlp

    cardinfo.rc  - resource file that describes the audio adapter

    midimap.rc   - resource file containing sample MIDI map table

    rcstub.c     - stub 'C' file used when compiling resource files

    audhelp.itl  - text file containing the help information

    control.scr  - main control file containing the information used by
                   Minstall.exe to install the audio adapter

    audfiles.scr - filelist control file containing the list of files to
                   be copied by Minstall

    midimap.scr  - the INI change control file used by Minstall.exe to install
                   a MIDI Map table.

    genin.dll    - the generic installation program that will install your
                   adapter

    geninmri.dll - the text used by genin.dll
