Searched defs:transposition (Results 1 - 6 of 6) sorted by relevance

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_public.c1192 * transposition - +/-12 semitones
1200 EAS_PUBLIC EAS_RESULT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 transposition) argument
1204 if ((transposition < -12) || (transposition > 12))
1209 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_TRANSPOSITION, transposition);
H A Deas_voicemgt.c1779 /* handle transposition */
3617 * Sets the global key transposition used by the synthesizer.
3631 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition) argument
3633 pSynth->globalTranspose = (EAS_I8) transposition;
3640 * Gets the global key transposition used by the synthesizer.
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_public.c1192 * transposition - +/-12 semitones
1200 EAS_PUBLIC EAS_RESULT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 transposition) argument
1204 if ((transposition < -12) || (transposition > 12))
1209 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_TRANSPOSITION, transposition);
H A Deas_voicemgt.c1779 /* handle transposition */
3617 * Sets the global key transposition used by the synthesizer.
3631 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition) argument
3633 pSynth->globalTranspose = (EAS_I8) transposition;
3640 * Gets the global key transposition used by the synthesizer.
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_public.c1204 * transposition - +/-12 semitones
1212 EAS_PUBLIC EAS_RESULT EAS_SetTransposition (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 transposition) argument
1216 if ((transposition < -12) || (transposition > 12))
1221 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_TRANSPOSITION, transposition);
H A Deas_voicemgt.c1779 /* handle transposition */
3617 * Sets the global key transposition used by the synthesizer.
3631 void VMSetTranposition (S_SYNTH *pSynth, EAS_I32 transposition) argument
3633 pSynth->globalTranspose = (EAS_I8) transposition;
3640 * Gets the global key transposition used by the synthesizer.

Completed in 151 milliseconds