Searched refs:tempo (Results 1 – 5 of 5) sorted by relevance
101 while (handle->time_control > handle->tempo) in SeqMain()212 handle->time_control -= handle->tempo; in SeqMain()255 handle->tempo = handle->current_ptr[3]; in SeqExecMetaEvent()256 handle->tempo <<= 8; in SeqExecMetaEvent()257 handle->tempo += handle->current_ptr[4]; in SeqExecMetaEvent()258 handle->tempo <<= 8; in SeqExecMetaEvent()259 handle->tempo += handle->current_ptr[5]; in SeqExecMetaEvent()310 handle->tempo = SEQ_DEFAULT_TEMPO; in SeqPlay()
49 u32 tempo; /* Tempo */ member
106 u16 tempo; member
94 u16 tempo; member
373 playerInfo->tempo = player->tempo; in SND_ReadPlayerInfo()