EasyManua.ls Logo

Creative AWE32 - Awe32 Polykeypressure; Awe32 Sysex

Creative AWE32
110 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
SB AWE32 Developer's Information Pack PART II DOS Real/Protected Mode API 18
Copyright Creative Technology Ltd., 1994-1996 Version 3.00
Return
This function will return 0 if successful, and non-zero if otherwise.
awe32PolyKeyPressure
WORD
PASCAL
awe32PolyKeyPressure(
WORD wMIDIChannel,
WORD wNoteNumber,
WORD wData
)
Actions
None.
Parameters
wMIDIChannel
Specify from which MIDI channel the polyphonic key pressure originated. Valid range
for this variable is from 0 to 15 decimal.
wNoteNumber
Specify the MIDI note number. Valid range for this variable is from 0 to 127.
wData
Specify the polyphonic key pressure data value. Valid range for this variable is from 0
to 127.
Return
This function will always return 0.
Remarks
This function is a dummy place holder and does not do anything in its main body. It is
provided for MIDI compatibility purposes.
awe32Sysex
WORD
PASCAL
awe32Sysex(
WORD wMIDIChannel,
LPBYTE lpSysexBuffer,
WORD wBufferSize
)
Actions
MIDI Sysex command
Parameters
wMIDIChannel
Specify from which MIDI channel the Sysex originated. Valid range for this variable
is from 0 to 15 decimal.
lpSysexBuffer
Specify a far byte pointer to a string of Sysex data.
wBufferSize
Specify the size of the Sysex buffer.
Return
The return value is 0 if the MIDI Sysex command is successful, non-zero if otherwise.

Table of Contents