alCSeqGetLoc (function)

Initializes a marker with the current sequence location for use with the compressed MIDI sequence player

Syntax

#include <libaudio.h>     /* libaudio.h */
void alCSeqGetLoc(ALCSeq *seq, ALCSeqMarker *marker);

Arguments

seq
Pointer to the compressed MIDI sequence

marker
Pointer to the marker to be filled in with the current sequence location

Description

alCSeqGetLoc initializes the marker with the current sequence location. This can then be used by the alCSeqSetLoc function to position the sequence playback at this point.

See Also

alCSeq, alCSeqSetLoc, and alCSeqNewMarker

Revision History

1999/04/30 Changed Format