| Miles Sound System SDK 7.2a |
The basic type MILES_SEQUENCE_STATUS indicates the status of an XMIDI handle.
| Value | Description |
|---|---|
| SEQ_DONE | Sequence has finished playing, or has never been started. (Debugger value: 2). |
| SEQ_PLAYING | Sequence is currently playing (active). (Debugger value: 4). |
| SEQ_PLAYINGBUTRELEASED | (Windows and MacOS only) Sequence is currently playing (active), but the hardware MIDI handle was released by a call to AIL_MIDI_handle_release. When the MIDI handle is reacquired, the sequence will begin playing again. (Debugger value: 2). |
| SEQ_STOPPED | Sequence has been stopped with AIL_stop_sequence. (Debugger value: 8). |
| SEQ_FREE | Sequence is available for allocation by AIL_allocate_sequence_handle. (Debugger value: 16). |
Group:
XMIDI Services
Related Functions:
AIL_MIDI_handle_release, AIL_active_sequence_count, AIL_allocate_sequence_handle, AIL_end_sequence, AIL_resume_sequence, AIL_sequence_status, AIL_stop_sequence
For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.