home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / driver / sound / pro16 / midimap.scr < prev    next >
Text File  |  1993-09-06  |  2KB  |  29 lines

  1. /************************ START OF SPECIFICATIONS ***************************/
  2. /*                                                                          */
  3. /* SOURCE FILE NAME:  MIDIMAP.SCR                                           */
  4. /*                                                                          */
  5. /* DESCRIPTIVE NAME:  Ini change control File to add a MIDI Map for the     */
  6. /*                    Generic Audio Install Sample                          */
  7. /*                                                                          */
  8. /* COPYRIGHT:                                                               */
  9. /*              Copyright (c) IBM Corporation  1993                         */
  10. /*                        All Rights Reserved                               */
  11. /*                                                                          */
  12. /* STATUS:  DDK # 3 1993                                                    */
  13. /*                                                                          */
  14. /* DESCRIPTION:                                                             */
  15. /* This is the Ini change control file used by Minstall to install a MIDI   */
  16. /* Map table into the MMPM/2 system.  It updates the MIDITYPE.INI file.     */
  17. /*************************** END OF SPECIFICATIONS **************************/
  18.    ProfileData =
  19.       (
  20.       ini = "$(DIR)0\\MIDITYPE.INI"       /* Put map table into MIDITYPE.INI */
  21.       appname = "MidiTypes"               /* Appname must be MidiTypes       */
  22.       keyname = "Your Adapter"            /* Change this to the name of your */
  23.                                           /* adapter and put this name in the*/
  24.                                           /* cardinfo.rc file                */
  25.       dll = "$(DEST)MIDIMAP.DLL"          /* Name of the resource dll        */
  26.                                           /* containing your MIDI Map Table  */
  27.       id = 1L                             /* Resource ID of the map table    */
  28.       )
  29.