Home | History | Annotate | Download | only in lib_src

Lines Matching refs:EAS_U32

74     EAS_U32             handleCheck;        /* signature check for checked build */
85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
87 EAS_U32 loopSamples; /* total loop length, in samples, 0 means no loop */
89 EAS_U32 samplesInLoop; /* samples left in the loop to play back */
93 EAS_U32 phase; /* current phase for interpolator */
94 EAS_U32 basefreq; /* frequency multiplier */
95 EAS_U32 flags; /* stream flags */
96 EAS_U32 envData; /* envelope data (and LFO data) */
97 EAS_U32 envValue; /* current envelope value */
98 EAS_U32 envScale; /* current envelope scale */
99 EAS_U32 startOrder; /* start order index, first is 0, next is 1, etc. */