Home | History | Annotate | Download | only in lib_src

Lines Matching refs:EAS_I8

2459             pChannel->finePitch = (EAS_I8)((((value << 7) - 8192) * 100) >> 13);
2462 pChannel->coarsePitch = (EAS_I8)(value - 64);
3633 pSynth->globalTranspose = (EAS_I8) transposition;