Searched refs:cents (Results 1 – 2 of 2) sorted by relevance
128 short snd_gf1_compute_vibrato(short cents, unsigned short fc_register)140 pcents = cents < 0 ? -cents : cents;157 return cents < 0 ? -(short) depth : (short) depth;
1597 int negative, semitones, cents, multiplier = 1; in compute_finetune() local1634 cents = bend % 100; in compute_finetune()1636 amount = (int) (semitone_tuning[semitones] * multiplier * cent_tuning[cents]) / 10000; in compute_finetune()