|
KEYARRAY
specifies a type used to define an array of keys. Each element in the array
corresponds to a key-based percussion 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 the percussion patch for key number 60 is
used by physical MIDI channels 9 and 15, element 60 of the array should be set
to 0x8200.
typedef WORD KEYARRAY[MIDIPATCHSIZE];
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|