Home | History | Annotate | Download | only in lib_src

Lines Matching defs:currChannel

2019     EAS_U8 currChannel;
2040 currChannel = pCurrVoice->nextChannel;
2046 currChannel = pCurrVoice->channel;
2077 S_SYNTH_CHANNEL *pChannel = &pCurrSynth->channels[GET_CHANNEL(currChannel)];
2087 if ((note == currNote) && (channel == currChannel))