HomeSort by relevance Sort by last modified time
    Searched refs:eg2 (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 71 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
99 /* release EG2 */
101 pWTVoice->eg2Increment = pDLSArt->eg2.releaseTime;
172 /* add EG2 effect */
276 /* add EG2 effect */
326 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
336 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
396 DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->eg2, &pWTVoice->eg2Value, &pWTVoice->eg2Increment, &pWTVoice->eg2State);
eas_sndlib.h 148 S_ENVELOPE eg2; member in struct:s_articulation_tag
171 S_DLS_ENVELOPE eg2; member in struct:s_dls_articulation_tag
eas_mdls.c 346 -32768, /* EG2 delay time: 0 secs */
347 -32768, /* EG2 attack time: 0 secs */
348 -32768, /* EG2 hold time: 0 secs */
349 -32768, /* EG2 decay time: 0 secs */
350 1000, /* EG2 sustain level: 100.0% */
351 -32768, /* EG2 release time: 0 secs */
352 0, /* EG2 velocity to attack: 0 time cents */
353 0, /* EG2 key number to decay: 0 time cents */
354 0, /* EG2 key number to hold: 0 time cents */
361 0, /* EG2 to Fc: 0 cents *
    [all...]
eas_wtsynth.c 188 The spec says we should release EG2, but doing so with the current
193 /* release EG2 */
195 pWTVoice->eg2Increment = pArticulation->eg2.releaseTime;
358 pWTVoice->eg2Increment = pArt->eg2.attackTime;
536 WT_UpdateEG2(pWTVoice, &pArt->eg2);
653 the LFO pitch, the EG2 pitch, and the
880 * Update the EG2 envelope for the given voice
889 * - updates EG2 values for the given voice
    [all...]

Completed in 67 milliseconds