Authoring Device-Independent MIDI Files

Last reviewed: November 22, 1994
Article ID: Q76868
The information in this article applies to:
  • Microsoft Windows with Multimedia Extensions version 1.0

SUMMARY

MIDI files authored using the high-end data alone do not produce sound on a low-end MIDI device. For example, if a MIDI file was created that used only channels 2 through 5, a low-end device would not receive the MIDI data. Because there is no low-end version of the data, nothing is sent through the mapper to the low-end (for example, AdLib) device.

MORE INFORMATION

The 16 MIDI channels are organized as follows:

   Channel   Use
   -------   ---
      1      high-end (highest priority)
      2      high-end
      3      high-end
      4      high-end
      5      high-end
      6      high-end
      7      high-end
      8      high-end
      9      high-end (lowest priority)
     10      high-end percussive
     11      RESERVED
     12      RESERVED
     13      low-end (highest priority)
     14      low-end
     15      low-end (lowest priority)
     16      low-end percussive

MIDI data is authored concurrently, with high-end and low-end data. The mapper masks off data that is inappropriate for the device on which the sound is played. (The mapper also transforms the sound according to the maps.)

In the case above, to hear the MIDI data, it would be necessary to create a map that passes the data on channels 2 through 5 to the AdLib, or to modify the file to use channels 13 through 16.


KBCategory: kbmm kbsound kbtool
KBSubcategory: win30
Additional reference words: 3.00 1.00 MMWIN


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 22, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.