/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtsynth.c | 234 * The selected voice is held due to sustain pedal 237 * pVoice - pointer to voice to sustain 256 /* don't catch the voice if below the sustain level */ 261 /* sustain flag is set, damper pedal is on */ 267 because sustain pedal is on, this voice 273 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WT_SustainPedal: defer note off because sustain pedal is on\n"); */ } 800 /* check if we have reached sustain level */ 803 /* enforce the sustain level */ 806 /* if sustain level is zero, skip sustain & release the voice * [all...] |
eas_fmsynth.c | 315 * The selected voice is held due to sustain pedal 318 * pVoice - pointer to voice to sustain 334 /* check to see if any envelopes are above the sustain level */ 345 /* if the envelope gain is above the sustain level, we need to catch this voice */ 346 if (pFMVoice->oper[operIndex].envGain >= ((EAS_U16) (pRegion->oper[operIndex].sustain & 0xfc) << 7)) 360 /* set sustain flag */ 657 /* check for sustain level reached */ 658 temp = (EAS_U32) (pOperData->sustain & 0xfc) << 7; 681 pOper->envGain = (EAS_U16)((EAS_U16)(pOperData->sustain & 0xfc) << 7);
|
eas_math.h | 170 However, EG1 treats the Decay, Sustain, and Release differently than 171 the Attack portion. For Decay, Sustain, and Release, the gain is
|
eas_voicemgt.c | 919 /* release sustain pedal on all channels */ [all...] |
eas_vm_protos.h | 476 * Call this functin when the sustain flag is presently set but 484 * nChannel - this channel has its sustain pedal transitioning from on to off 500 * Call this function when the sustain flag is presently clear and 504 * If any notes have levels >= sustain level, catch them, 508 * nChannel - this channel has its sustain pedal transitioning from on to off [all...] |
eas_sndlib.h | 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
|
eas_pcm.c | 760 /*else change envelope state to sustain */ 1044 //check envelope level against sustain level and update state if needed 1061 //printf("env sustain, env value = %d, env scale = %d\n",pState->envValue>>7,pState->envScale); [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wtsynth.c | 234 * The selected voice is held due to sustain pedal 237 * pVoice - pointer to voice to sustain 256 /* don't catch the voice if below the sustain level */ 261 /* sustain flag is set, damper pedal is on */ 267 because sustain pedal is on, this voice 273 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WT_SustainPedal: defer note off because sustain pedal is on\n"); */ } 806 /* check if we have reached sustain level */ 809 /* enforce the sustain level */ 812 /* if sustain level is zero, skip sustain & release the voice * [all...] |
eas_mdls.h | 92 /* conversion factor sustain level from percent to exponent for LogToLinear16 */ 96 /* conversion factor sustain level from percent to EG full scale */
|
eas_dlssynth.c | 107 * The sustain pedal was just depressed. If the voice is still 108 * above the sustain level, catch the voice and continue holding. 120 /* don't catch the voice if below the sustain level */ 130 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "DLS_SustainPedal: defer note off because sustain pedal is on\n"); */ }
|
eas_mdls.c | 328 1000, /* EG1 sustain level: 100.0% */ 339 1000, /* EG2 sustain level: 100.0% */ 425 static EAS_I16 ConvertSustain (EAS_I32 sustain); [all...] |
eas_math.h | 170 However, EG1 treats the Decay, Sustain, and Release differently than 171 the Attack portion. For Decay, Sustain, and Release, the gain is
|
eas_voicemgt.c | 919 /* release sustain pedal on all channels */ [all...] |
eas_vm_protos.h | 476 * Call this functin when the sustain flag is presently set but 484 * nChannel - this channel has its sustain pedal transitioning from on to off 500 * Call this function when the sustain flag is presently clear and 504 * If any notes have levels >= sustain level, catch them, 508 * nChannel - this channel has its sustain pedal transitioning from on to off [all...] |
eas_sndlib.h | 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
|
eas_pcm.c | 760 /*else change envelope state to sustain */ 1044 //check envelope level against sustain level and update state if needed 1061 //printf("env sustain, env value = %d, env scale = %d\n",pState->envValue>>7,pState->envScale); [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmsynth.c | 315 * The selected voice is held due to sustain pedal 318 * pVoice - pointer to voice to sustain 334 /* check to see if any envelopes are above the sustain level */ 345 /* if the envelope gain is above the sustain level, we need to catch this voice */ 346 if (pFMVoice->oper[operIndex].envGain >= ((EAS_U16) (pRegion->oper[operIndex].sustain & 0xfc) << 7)) 360 /* set sustain flag */ 657 /* check for sustain level reached */ 658 temp = (EAS_U32) (pOperData->sustain & 0xfc) << 7; 681 pOper->envGain = (EAS_U16)((EAS_U16)(pOperData->sustain & 0xfc) << 7);
|
eas_math.h | 170 However, EG1 treats the Decay, Sustain, and Release differently than 171 the Attack portion. For Decay, Sustain, and Release, the gain is
|
eas_voicemgt.c | 919 /* release sustain pedal on all channels */ [all...] |
eas_vm_protos.h | 476 * Call this functin when the sustain flag is presently set but 484 * nChannel - this channel has its sustain pedal transitioning from on to off 500 * Call this function when the sustain flag is presently clear and 504 * If any notes have levels >= sustain level, catch them, 508 * nChannel - this channel has its sustain pedal transitioning from on to off [all...] |
eas_sndlib.h | 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
|
eas_pcm.c | 760 /*else change envelope state to sustain */ 1044 //check envelope level against sustain level and update state if needed 1061 //printf("env sustain, env value = %d, env scale = %d\n",pState->envValue>>7,pState->envScale); [all...] |
/external/esd/include/ |
audiofile.h | 117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 63 specific functions, such as volume, expression, sustain pedal, etc. JET also [all...] |
/external/sonivox/docs/ |
JET_Programming_Manual.html | 510 expression, sustain pedal, etc. JET also uses controller events as a means of
[all...] |