Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.48 KB

patcharray.md

File metadata and controls

58 lines (30 loc) · 1.48 KB
title description ms.assetid keywords ms.topic ms.date
PATCHARRAY (Mmsystem.h)
PATCHARRAY is a type used to define an array of MIDI patches.
f48ee0d2-224a-4530-ac28-ae63160316cc
PATCHARRAY MIDIPATCHSIZE
reference
05/31/2018

PATCHARRAY

PATCHARRAY is a type used to define an array of MIDI patches.

typedef WORD PATCHARRAY[MIDIPATCHSIZE];

PATCHARRAY[MIDIPATCHSIZE]

Each element in the array corresponds to a patch with each of the 16 bits representing one of the 16 MIDI channels. Bits are set for each of the channels that use that particular patch. For example, if patch number 0 is used by physical MIDI channels 0 and 8, element 0 of the array should be set to 0x0101.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Version
Musical Instrument Digital Interface (MIDI), MIDI Types
Header
Mmsystem.h (include Windows.h)

See also

MIDI Types