Home | History | Annotate | Download | only in lib_src

Lines Matching defs:pitch

511  * - the given channel's static gain and static pitch are updated
531 /* calculate pitch bend */
544 /* save static pitch */
731 EAS_I32 pitch;
739 /* base pitch in cents */
740 pitch = pVoice->note * 100;
745 /* multiply by LFO output to get final pitch modulation */
768 temp += pitch;
769 pFMVoice->oper[operIndex].pitch = (EAS_I16) temp;
891 vFrame.pitch[oper] = pFMVoice->oper[oper].pitch;