Miles Sound System SDK 7.2a

AILTRIGGERCB

The function AILTRIGGERCB specifies a user-defined XMIDI trigger callback.

void AILCALLBACK AILTRIGGERCB(
  HSEQUENCE sequence,
  S32 channel,
  S32 value
);

In Parameters

sequence
indicates the sequence handle that generated the callback.
channel
indicates the logical channel number in which the trigger controller appeared.
value
indicates the callback trigger controller's value as it appeared in the XMIDI sequence.

Discussion

Unlike callback functions associated with the XMIDI Callback Prefix controller (108), the Callback Trigger callback function has no return value.


Group: XMIDI Services
Related Functions: AIL_register_trigger_callback
Related Basic Types: HSEQUENCE, S32, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.