home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / mmpm2tk / readme.cd < prev    next >
Encoding:
Text File  |  1992-05-06  |  6.2 KB  |  149 lines

  1.  
  2.  
  3.  
  4.  
  5.  ******************************************************************************
  6.  
  7.  *                 IBM Multimedia Presentation Manager/2                      *
  8.  
  9.  *                 IBM Multimedia Presentation Manager Toolkit /2             *
  10.  
  11.  *                                Version 1.00                                *
  12.  
  13.  *           (C) Copyright IBM Corp. 1991, 1992  All Rights Reserved          *
  14.  
  15.  *                    IBM is a registered trademark of the                    *
  16.  
  17.  *                International Business Machines Corporation                 *
  18.  
  19.  *  U.S. Government Users Restricted Rights - Use, duplication or disclosure  *
  20.  
  21.  *           restricted by GSA ADP Schedule Contract with IBM Corp.           *
  22.  
  23.  ******************************************************************************
  24.  
  25.  
  26.  
  27.    Thank you for choosing Multimedia Presentation Manager/2.  This README
  28.  
  29.    document contains useful information that will be helpful in certain
  30.  
  31.    circumstances.
  32.  
  33.  
  34.  
  35.    1.  This CD has three directories from which an installation can be run.
  36.  
  37.        Running the installation (by typing "minstall" at the OS/2 Window
  38.  
  39.        command prompt) from different directories will install a
  40.  
  41.        different system.
  42.  
  43.  
  44.  
  45.        Here's a description of each system that can be installed,
  46.  
  47.        and how to install it.
  48.  
  49.  
  50.  
  51.        - MMPM/2 ONLY:
  52.  
  53.  
  54.  
  55.          To install MMPM/2 only, change the directory on the CD to the MMPM2
  56.  
  57.          directory.  An installation run from this directory will install only
  58.  
  59.          the base English version of the MMPM/2 system.
  60.  
  61.  
  62.  
  63.        - Toolkit ONLY:
  64.  
  65.  
  66.  
  67.          To install the Toolkit only, change the directory on the CD to the
  68.  
  69.          MMPMTLK2 directory.  An installation run from this directory
  70.  
  71.          will install only the Toolkit.  This will not run if MMPM/2 has
  72.  
  73.          not been previously installed on the system.
  74.  
  75.  
  76.  
  77.          NOTE:  This is the method of installation you should use if you
  78.  
  79.          use a non-English version of MMPM/2, and wish to install the
  80.  
  81.          Toolkit only.
  82.  
  83.  
  84.  
  85.        - Both MMPM/2 and Toolkit:
  86.  
  87.  
  88.  
  89.          To install both MMPM/2 and the Toolkit, install from the root
  90.  
  91.          directory of the CD.   An installation run from here will install
  92.  
  93.          both the English version of MMPM/2 and the Toolkit at the same time.
  94.  
  95.  
  96.  
  97.          If you have previously installed MMPM/2, this will replace it.
  98.  
  99.          Even if the version of MMPM/2 that you had previously installed
  100.  
  101.          was a non-English version, it will be replaced with the English
  102.  
  103.          version.
  104.  
  105.  
  106.  
  107.    2.  If you have a pre-released version of MMPM/2, it is recommended that
  108.  
  109.        you delete that version before installing this product.
  110.  
  111.  
  112.  
  113.        This includes deleting all files and directories that are under the
  114.  
  115.        MMOS2 directory.  Before doing this, however, you may want to save
  116.  
  117.        any user data that you might have placed in any of these directories.
  118.  
  119.  
  120.  
  121.        This also includes deleting the Multimedia Presentation Manager/2
  122.  
  123.        folder from the OS/2 desktop, deleting the Multimedia Presentation
  124.  
  125.        Manager Toolkit/2 folder from the OS/2 desktop, deleting the Volume
  126.  
  127.        Control object from the OS/2 desktop, and deleting the MIDI and
  128.  
  129.        Digital Audio templates from the Templates folder.
  130.  
  131.  
  132.  
  133.        Also, you should delete any objects that you have dragged from
  134.  
  135.        either the Multimedia Presentation Manager/2 folder or the
  136.  
  137.        Multimedia Presentation Manager Toolkit/2 folder out to the
  138.  
  139.        OS/2 desktop.
  140.  
  141.  
  142.  
  143.    3.  I/O Procedure DLLs to support the following image file formats are
  144.  
  145.        provided by the MMPM/2 system, but are not currently used by any
  146.  
  147.        of the MMPM/2 Media Drivers:
  148.  
  149.  
  150.  
  151.        AVC Image
  152.  
  153.        OS/2 1.3 Bitmap
  154.  
  155.        M-Motion Image
  156.  
  157.  
  158.  
  159.        If developing a media driver or application which requires support
  160.  
  161.        for these image types, add the following text to your installation
  162.  
  163.        control file:
  164.  
  165.  
  166.  
  167.        mmioInstall =
  168.  
  169.           (
  170.  
  171.           mmioFourCC        = "OS13"
  172.  
  173.           mmioDllName       = "$(DEST)OS13PROC.DLL"
  174.  
  175.           mmioDllEntryPoint = "IOProc_Entry"
  176.  
  177.           )
  178.  
  179.  
  180.  
  181.        mmioInstall =
  182.  
  183.           (
  184.  
  185.           mmioFourCC        = "AVCI"
  186.  
  187.           mmioDllName       = "$(DEST)AVCIIOPR.DLL"
  188.  
  189.           mmioDllEntryPoint = "IOProc_Entry"
  190.  
  191.           )
  192.  
  193.  
  194.  
  195.        mmioInstall =
  196.  
  197.           (
  198.  
  199.           mmioFourCC        = "MMOT"
  200.  
  201.           mmioDllName       = "$(DEST)MMOTPROC.DLL"
  202.  
  203.           mmioDllEntryPoint = "IOProc_Entry"
  204.  
  205.           )
  206.  
  207.  
  208.  
  209.        Optionally, this support can be programatically installed using
  210.  
  211.        the mmioInstallIOProc api or the mmioIniFileHandler api.  Please
  212.  
  213.        refer to the MMPM/2 Programmer's Reference for more details on these
  214.  
  215.        apis.
  216.  
  217.  
  218.  
  219.    4.  The M-Audio Media Control Driver of MMPM/2 provides support for
  220.  
  221.        the following types of audio files:
  222.  
  223.  
  224.  
  225.        - Standard RIFF Wave audio files with sampling rates of
  226.  
  227.          11.025 kHz, 22.050 kHz, or 44.100 kHz
  228.  
  229.        - AVC Audio Files
  230.  
  231.  
  232.  
  233.        Other file formats will be supported as additional media drivers
  234.  
  235.        become available.
  236.  
  237.  
  238.  
  239.    5.  MMPM/2 provides videodisc support for Pioneer laserdisc models
  240.  
  241.        LD-V4200, LD-V4300D, LD-V4400, and LD-V8000.
  242.  
  243.  
  244.  
  245.    6.  MMPM/2 supports the following baud rates for videodiscs:
  246.  
  247.        4800, 9600.
  248.  
  249.  
  250.  
  251.        Please ensure that the default settings on your videodisc hardware
  252.  
  253.        match the settings on the Videodisc page of the Multimedia Setup
  254.  
  255.        applet in the Multimedia Presentation Manager/2 folder.
  256.  
  257.  
  258.  
  259.    7.  The MIDI and Digital Audio templates will be added to the OS/2
  260.  
  261.        Templates folder when you run one of the MMPM/2 Media Players such
  262.  
  263.        as the Digital Audio Player (found in the Multimedia Presentation
  264.  
  265.        Manager/2 folder on the OS/2 desktop).
  266.  
  267.  
  268.  
  269.    8.  In the \MMOS2\MMTOOLKT\SAMPLES\DUET1 directory, you will find 20
  270.  
  271.        bitmaps.  These graphical images can be placed on application
  272.  
  273.        push buttons that you use for device or media control.  The bitmaps
  274.  
  275.        represent commonly used functions, such as play, stop, mute, and
  276.  
  277.        rewind.
  278.  
  279.  
  280.  
  281.    9.  The Duet Player 2 sample program requires a CD-DA (CD Digital Audio)
  282.  
  283.        disk to play music as part of a group.
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.