Home | History | Annotate | Download | only in lib_src

Lines Matching full:channel

101 static void FM_UpdateChannel (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel);
137 return &pSynth->channels[pVoice->channel & 15];
383 * pVoice - ptr to the voice we have assigned for this channel
410 /* update static channel parameters */
412 FM_UpdateChannel(pVoiceMgr, pSynth, pVoice->channel & 15);
499 * Calculate and assign static channel parameters
501 * for this channel changes.
505 * nChannel - channel to update
511 * - the given channel's static gain and static pitch are updated
515 static void FM_UpdateChannel (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel)
520 pChannel = &pSynth->channels[channel];
540 /* if this is not a drum channel, then add in the per-channel tuning */
552 /* channel pressure to LFO depth */
742 /* LFO amount includes LFO depth from programming + channel dynamics */
867 /* include channel gain */