OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modWheel
(Results
1 - 5
of
5
) sorted by null
/external/sonivox/arm-wt-22k/host_src/
eas_types.h
247
EAS_U8
modWheel
; /* CC1 */
/external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c
149
temp += ((pDLSArt->modLFOCC1ToPitch * pChannel->
modWheel
) >> 7);
163
temp += ((pDLSArt->vibLFOCC1ToPitch * pChannel->
modWheel
) >> 7);
194
temp += ((pDLSArt->modLFOCC1ToGain * pChannel->
modWheel
) >> 7);
267
temp += ((pDLSArt->modLFOCC1ToFc * pChannel->
modWheel
) >> 7);
eas_synth.h
214
EAS_U8
modWheel
; /* CC1 */
eas_voicemgt.c
550
pChannel->
modWheel
= DEFAULT_MOD_WHEEL;
[
all
...]
eas_wtsynth.c
632
((pChannel->
modWheel
) << (NUM_EG1_FRAC_BITS -7)));
[
all
...]
Completed in 115 milliseconds