Home | History | Annotate | Download | only in lib_src

Lines Matching full:note

60 /* This number is the negative of the frequency of the note (in cents) of
65 * 8.17578 is a reference to the frequency of MIDI note 0
214 * nKeyNumber - MIDI note
260 /* check to see if voice responds to NOTE-OFF's */
273 pVoice->note,
353 pVoice->note,
388 * success - could find and assign the region for this voice's note otherwise
389 * failure - could not find nor assign the region for this voice's note
421 /* set up panning only at note start */
431 /* no samples have been synthesized for this note yet */
458 temp -= ((EAS_I32) pVoice->note - KEY_SCALE_PIVOT_POINT) * (EAS_I32) fmScaleTable[pRegion->oper[operIndex].egKeyScale & 0x0f];
469 pVoice->note,
665 pVoice->note,
740 pitch = pVoice->note * 100;
764 /* if note is monotonic, bias to MIDI note 60 */