OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pan
(Results
26 - 35
of
35
) sorted by null
1
2
/external/sonivox/arm-hybrid-22k/lib_src/
eas_fmengine.c
195
* Assign the left and right gain values corresponding to the given
pan
value.
208
static void FM_CalculatePan (EAS_I16
pan
, EAS_U16 *pGainLeft, EAS_U16 *pGainRight)
223
Get the Midi CC10
pan
value for this voice's channel
224
convert the
pan
value to an "angle" representation suitable for
230
nNetAngle = ((EAS_I32)
pan
) << (NUM_EG1_FRAC_BITS -7);
518
/* calculate
pan
*/
520
FM_CalculatePan(vCfg->
pan
, &pVoice->gainLeft, &pVoice->gainRight);
eas_synth.h
216
EAS_U8
pan
; /* CC10 */
member in struct:s_synth_channel_tag
eas_voicemgt.c
552
pChannel->
pan
= DEFAULT_PAN;
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c
340
EAS_CalcPanControl((EAS_INT) pChannel->
pan
- 64 + (EAS_INT) pDLSArt->
pan
, &pWTVoice->gainLeft, &pWTVoice->gainRight);
eas_synth.h
216
EAS_U8
pan
; /* CC10 */
member in struct:s_synth_channel_tag
eas_mdls.c
369
0, /* Default
pan
: 0.0% */
427
static EAS_I8 ConvertPan (EAS_I32
pan
);
[
all
...]
eas_voicemgt.c
552
pChannel->
pan
= DEFAULT_PAN;
[
all
...]
/external/sonivox/arm-fm-22k/lib_src/
eas_synth.h
216
EAS_U8
pan
; /* CC10 */
member in struct:s_synth_channel_tag
eas_voicemgt.c
552
pChannel->
pan
= DEFAULT_PAN;
[
all
...]
/prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar
Completed in 1900 milliseconds
1
2