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

  /src/sys/dev/
midisyn.c 534 int8_t semis, cents; local in function:midisyn_notify
536 semis = w>>7;
539 * Mathematically, multiply semis by
543 * just take semis*bendraw<<1. Do the same with cents
547 ( ms->chnstate[chan].bendraw * semis ) << 1;

Completed in 13 milliseconds