SB AWE32 Developer's Information Pack
PART III Windows Driver API
••
71
Copyright
Creative Technology Ltd., 1994-1996
Version 3.00
AWE_VIENNA_PITCHBEND
Actions
Application sends this message to AWE Manager when it wishes to send a
MIDI Pitchbend message.
Parameters
lParam1
The low word is the LSB of the pitch bend value
The high word is the MSB of the pitch bend value
Valid range for LSB and MSB is from 0-127
lParam2
Unused.
hUserID
Curerent ID assigned to the application by AWE Manager during
initialization.
Remarks
None
Return
The return value would be AWE_NO_ERR if the operation is successful, and
an error code otherwise.
See Also
None
AWE_VIENNA_CHANNEL_PRESSURE
Actions
Application sends this message to AWE Manager when it wishes to send a
MIDI Channel Pressure message
Parameters
lParam1
The low word is the Channel Pressure value. Valid range is from 0-127.
High word is unused.
lParam2
Unused.
hUserID
Curerent ID assigned to the application by AWE Manager during
initialization.
Remarks
None
Return
The return value would be AWE_NO_ERR if the operation is successful, and
an error code otherwise.
See Also
None