DMUS_NOTERANGE

This structure specifies a range of notes that an instrument must respond to. An array of these structures is passed to the IDirectMusicPerformance::DownloadInstrument and IDirectMusicPort::DownloadInstrument methods to specify what notes the instrument should respond to and, therefore, what instrument regions need to be downloaded.

typedef struct _DMUS_NOTERANGE {
DWORD dwLowNote;
DWORD dwHighNote;
} DMUS_NOTERANGE, *LPDMUS_NOTERANGE;

Members

  • dwLowNote
    Low note for this range of MIDI notes to which the instrument must respond.
  • dwHighNote
    High note for this range of MIDI notes to which the instrument must respond.

Requirements

OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmdls.h.

See Also

IDirectMusicPerformance::DownloadInstrument | IDirectMusicPort::DownloadInstrument

 Last updated on Monday, April 12, 2004

© 1992-2002 Microsoft Corporation. All rights reserved.