Home | History | Annotate | Download | only in lib_src

Lines Matching defs:tempo

48 /* length of 32nd note in 1/256ths of a msec for 63 BPM tempo */
354 /* if a number, must be octave or tempo */
366 /* check for tempo */
872 /* get the tempo */
902 EAS_I32 tempo;
904 /* get the tempo */
905 if ((result = RTTTL_GetNumber(hwInstData, pData, &tempo)) != EAS_SUCCESS)
908 if ((tempo < 25) || (tempo > 900))
911 pData->tick = TICK_CONVERT / (EAS_U32) tempo;