source:
Include/directx9/dmdls.sbp@
272
Last change on this file since 272 was 1, checked in by , 18 years ago | |
---|---|
File size: 386 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | ' dmdls.sbp - DLS download definitions for DirectMusic API's |
2 | ||
3 | ||
4 | #ifndef _INC_DMDLS | |
5 | #define _INC_DMDLS | |
6 | ||
7 | ||
8 | Type DMUS_NOTERANGE | |
9 | dwLowNote As DWord 'Sets the low note for the range of MIDI note events to which the instrument responds. | |
10 | dwHighNote As DWord 'Sets the high note for the range of MIDI note events to which the instrument responds. | |
11 | End Type | |
12 | ||
13 | ||
14 | #endif '_INC_DMDLS |
Note:
See TracBrowser
for help on using the repository browser.