Microsoft DirectX 8.0 (Visual Basic)

CONST_DMUS_CURVET

Used to describe the MIDI controller in the DMUS_CURVE_PMSG type.

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
NRPN curve of type defined in the ParamType member.
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
RPN curve of type defined in ParamType.