Home
last modified time | relevance | path

Searched refs:tempo (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/demos/snd/seq/src/
Dseq.c101 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()
/TwlSDK-5.1.0/build/demos/snd/seq/include/
Dseq.h49 u32 tempo; /* Tempo */ member
/TwlSDK-5.1.0/include/nitro/snd/common/
Dwork.h106 u16 tempo; member
Dseq.h94 u16 tempo; member
/TwlSDK-5.1.0/build/libraries/snd/common/src/
Dsnd_work.c373 playerInfo->tempo = player->tempo; in SND_ReadPlayerInfo()