Home | History | Annotate | Download | only in lib_src

Lines Matching refs:EAS_U8

213     EAS_U8      programNum;         /* play this instrument number */
214 EAS_U8 modWheel; /* CC1 */
215 EAS_U8 volume; /* CC7 */
216 EAS_U8 pan; /* CC10 */
218 EAS_U8 expression; /* CC11 */
224 EAS_U8 channelPressure; /* applied to all voices on a given channel */
226 EAS_U8 channelFlags; /* bit field channelFlags for */
229 EAS_U8 pool; /* SPMIDI channel voice pool */
230 EAS_U8 mip; /* SPMIDI MIP setting */
233 EAS_U8 reverbSend; /* CC91 */
237 EAS_U8 chorusSend; /* CC93 */
281 EAS_U8 voiceState; /* current voice state */
282 EAS_U8 voiceFlags; /* misc flags/bit fields */
283 EAS_U8 channel; /* this voice plays on this synth channel */
284 EAS_U8 note; /* 12 <= key number <= 108 */
285 EAS_U8 velocity; /* 0 <= velocity <= 127 */
286 EAS_U8 nextChannel; /* play stolen voice on this channel */
287 EAS_U8 nextNote; /* 12 <= key number <= 108 */
288 EAS_U8 nextVelocity; /* 0 <= velocity <= 127 */
325 EAS_U8 channelsByPriority[NUM_SYNTH_CHANNELS];
326 EAS_U8 poolCount[NUM_SYNTH_CHANNELS];
327 EAS_U8 poolAlloc[NUM_SYNTH_CHANNELS];
328 EAS_U8 synthFlags;
330 EAS_U8 vSynthNum;
331 EAS_U8 refCount;
332 EAS_U8 priority;