Microsoft DirectX 8.1 (Visual Basic) |
The CONST_DMUS_CURVET enumeration is used to describe the MIDI controller in the DMUS_CURVE_PMSG type.
Syntax
Enum CONST_DMUS_CURVET
DMUS_CURVET_CCCURVE = 4
DMUS_CURVET_MATCURVE = 5
DMUS_CURVET_NRPNCURVE = 8
DMUS_CURVET_PATCURVE = 6
DMUS_CURVET_PBCURVE = 3
DMUS_CURVET_RPNCURVE = 7
End Enum
Constants
DMUS_CURVET_CCCURVE
Continuous controller curve (MIDI Control Change channel voice message; status byte &HBn, where n is the channel number).
DMUS_CURVET_MATCURVE
Monophonic aftertouch curve (MIDI Channel Pressure channel voice message; status byte &HDn).
DMUS_CURVET_NRPNCURVE
DMUS_CURVET_PATCURVE
Polyphonic aftertouch curve (MIDI Poly Key Pressure channel voice message, status byte &HDn).
DMUS_CURVET_PBCURVE
Pitch-bend curve (MIDI Pitch Bend channel voice message; status byte &HEn).
DMUS_CURVET_RPNCURVE