Microsoft DirectX 8.0 (C++) |
Specifies a range of notes that an instrument must respond to. An array of these structures is passed to the IDirectMusicPerformance8::DownloadInstrument and IDirectMusicPort8::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;
Header: Declared in dmdls.h.