Searched refs:nPitchLSB (Results 1 - 3 of 3) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_voicemgt.c2170 * nPitchLSB - the LSB byte of the pitch bend message
2181 void VMPitchBend (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 nPitchLSB, EAS_U8 nPitchMSB) argument
2186 pChannel->pitchBend = (EAS_I16) ((nPitchMSB << 7) | nPitchLSB);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_voicemgt.c2170 * nPitchLSB - the LSB byte of the pitch bend message
2181 void VMPitchBend (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 nPitchLSB, EAS_U8 nPitchMSB) argument
2186 pChannel->pitchBend = (EAS_I16) ((nPitchMSB << 7) | nPitchLSB);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_voicemgt.c2170 * nPitchLSB - the LSB byte of the pitch bend message
2181 void VMPitchBend (S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 nPitchLSB, EAS_U8 nPitchMSB) argument
2186 pChannel->pitchBend = (EAS_I16) ((nPitchMSB << 7) | nPitchLSB);

Completed in 56 milliseconds