HomeSort by: relevance | last modified time | path
    Searched defs:cents (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
midisyn.c 534 int8_t semis, cents; local in function:midisyn_notify
537 cents = w&0x7f;
543 * just take semis*bendraw<<1. Do the same with cents
549 ((ms->chnstate[chan].bendraw * cents)/25 + 1) >> 1;
735 * you can't expect a lengthy integer sum of cents to come out in tune; if you
736 * do anything in cents it is best to use them only for local adjustment of
midisyn.c 534 int8_t semis, cents; local in function:midisyn_notify
537 cents = w&0x7f;
543 * just take semis*bendraw<<1. Do the same with cents
549 ((ms->chnstate[chan].bendraw * cents)/25 + 1) >> 1;
735 * you can't expect a lengthy integer sum of cents to come out in tune; if you
736 * do anything in cents it is best to use them only for local adjustment of

Completed in 22 milliseconds