Miles Sound System SDK 7.2a

AILBEATCB

The function AILBEATCB specifies a user-defined XMIDI beat callback.

void AILCALLBACK AILBEATCB(
  HMDIDRIVER mdi,
  HSEQUENCE sequence,
  S32 beat,
  S32 measure
);

In Parameters

mdi
indicates the driver that generated the callback.
sequence
indicates the sequence handle that generated the callback.
beat
indicates the new relative beat count.
measure
indicates the new relative measure count.

Discussion

The beat/measure counts reported to the callback function are analogous to those provided by AIL_sequence_position. Refer to this function before using AIL_register_beat_callback!


Group: XMIDI Services
Related Functions: AIL_register_beat_callback, AIL_sequence_position
Related Basic Types: HMDIDRIVER, HSEQUENCE, S32, void

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