Home | History | Annotate | Download | only in lib_src

Lines Matching full:channel

54 static void WT_UpdateChannel (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel);
294 * pVoice - ptr to the voice we have assigned for this channel
328 pChannel = &pSynth->channels[pVoice->channel & 15];
330 /* update static channel parameters */
332 WT_UpdateChannel(pVoiceMgr, pSynth, pVoice->channel & 15);
364 Get the Midi CC10 pan value for this voice's channel
370 pan = (EAS_INT) pSynth->channels[pVoice->channel & 15].pan - 64;
518 pChannel = &pSynth->channels[pVoice->channel & 15];
617 /* pitchCents due to channel pressure = LFO * (channel pressure / 128) * DEFAULT_LFO_CHANNEL_PRESSURE_TO_PITCH_CENTS */
621 /* now multiply the (channel pressure + CC1) pitch values by the LFO value */
626 channel pressure and CC1 along with
628 "static" pitch for this voice on this channel
642 * Calculate and assign static channel parameters
644 * for this channel changes
647 * nChannel - channel to update
653 * - the given channel's static gain and static pitch are updated
657 static void WT_UpdateChannel (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel)
663 pChannel = &pSynth->channels[channel];
693 /* if this is not a drum channel, then add in the per-channel tuning */
738 /* include the channel gain */