alCSeqSecToTicks.3p 757 Bytes
.TH alCSeqSecToTicks 3P local "Silicon Graphics, Inc."

.SH NAME
.upperok
alCSeqSecToTicks \- converts from seconds to MIDI clock ticks

.SH SYNOPSIS
.nf
\f3
.Op c
#include <libaudio.h>
.sp .8v
u32	alCSeqSecToTicks(ALCSeq *seq, float sec, u32 tempo);
.Op
\f1
.fi
.SH PARAMETERS
.TP 10
.I seq
pointer to the ALCSeq structure you wish to operate on. 
.TP
.I sec
number of seconds you wish to convert to ticks.
.TP
.I tempo
the sequence tempo in microsends per tick.

.SH DESCRIPTION
MIDI sequences represent time in clock ticks relative to some tempo
(speed).  The alCSeqSecToTicks call converts from seconds to clock
ticks. It does not take into account the tempo changes listed in the sequence.
.SH SEE ALSO
.IR alCSeq (3P),
.IR alCSeqTicksToSec (3P)