Searched refs:cents (Results 1 – 2 of 2) sorted by relevance
129 short snd_gf1_compute_vibrato(short cents, unsigned short fc_register)141 pcents = cents < 0 ? -cents : cents;158 return cents < 0 ? -(short) depth : (short) depth;
1587 int negative, semitones, cents, multiplier = 1; in compute_finetune() local1624 cents = bend % 100; in compute_finetune()1626 amount = (int) (semitone_tuning[semitones] * multiplier * cent_tuning[cents]) / 10000; in compute_finetune()