OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eg1
(Results
1 - 4
of
4
) sorted by null
/external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c
95
/* release
EG1
*/
97
pWTVoice->eg1Increment = pDLSArt->
eg1
.releaseTime;
121
if (pWTVoice->eg1Value < pDLSArt->
eg1
.sustainLevel)
205
/* convert to linear gain including
EG1
*/
324
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->
eg1
, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
335
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->
eg1
, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
395
DLS_UpdateEnvelope(pVoice, pChannel, &pDLSArt->
eg1
, &pWTVoice->eg1Value, &pWTVoice->eg1Increment, &pWTVoice->eg1State);
eas_sndlib.h
147
S_ENVELOPE
eg1
;
member in struct:s_articulation_tag
170
S_DLS_ENVELOPE
eg1
;
member in struct:s_dls_articulation_tag
eas_wtsynth.c
182
/* release
EG1
*/
184
pWTVoice->eg1Increment = pArticulation->
eg1
.releaseTime;
261
if (pWTVoice->eg1Value < pSynth->pEAS->pArticulations[pWTVoice->artIndex].
eg1
.sustainLevel)
354
pWTVoice->eg1Increment = pArt->
eg1
.attackTime;
534
WT_UpdateEG1(pWTVoice, &pArt->
eg1
);
696
However, if we use the
EG1
macros, remember that
EG1
has a full
699
of 16384. This utilizes the fact that the
EG1
macro places a binary
776
* Calculate the
EG1
envelope for the given voice (but do not update any
788
* - updates
EG1
state value for the given voic
[
all
...]
eas_mdls.c
332
-32768, /*
EG1
delay time: 0 secs */
333
-32768, /*
EG1
attack time: 0 secs */
334
-32768, /*
EG1
hold time: 0 secs */
335
-32768, /*
EG1
decay time: 0 secs */
336
1000, /*
EG1
sustain level: 100.0% */
337
-32768, /*
EG1
release time: 0 secs */
338
-7271, /*
EG1
shutdown time: 15 msecs */
339
0, /*
EG1
velocity to attack: 0 time cents */
340
0, /*
EG1
key number to decay: 0 time cents */
341
0, /*
EG1
key number to hold: 0 time cents *
[
all
...]
Completed in 532 milliseconds