Home | History | Annotate | Download | only in lib_src

Lines Matching refs:pSynth

72 static EAS_RESULT ProcessMIDIMessage (S_EAS_DATA *pEASData, S_SYNTH *pSynth, S_MIDI_STREAM *pMIDIStream, EAS_INT parserMode);
73 static EAS_RESULT ProcessSysExMessage (S_EAS_DATA *pEASData, S_SYNTH *pSynth, S_MIDI_STREAM *pMIDIStream, EAS_U8 c, EAS_INT parserMode);
115 EAS_RESULT EAS_ParseMIDIStream (S_EAS_DATA *pEASData, S_SYNTH *pSynth, S_MIDI_STREAM *pMIDIStream, EAS_U8 c, EAS_INT parserMode)
132 return ProcessSysExMessage(pEASData, pSynth, pMIDIStream, c, parserMode);
152 return ProcessMIDIMessage(pEASData, pSynth, pMIDIStream, parserMode);
178 return ProcessMIDIMessage(pEASData, pSynth, pMIDIStream, parserMode);
195 return ProcessSysExMessage(pEASData, pSynth, pMIDIStream, c, parserMode);
232 static EAS_RESULT ProcessMIDIMessage (S_EAS_DATA *pEASData, S_SYNTH *pSynth, S_MIDI_STREAM *pMIDIStream, EAS_INT parserMode)
243 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
253 VMStartNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
260 VMStopNote(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
273 VMControlChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
287 VMProgramChange(pEASData->pVoiceMgr, pSynth, channel, pMIDIStream->d1);
294 VMChannelPressure(pSynth, channel, pMIDIStream->d1);
301 VMPitchBend(pSynth, channel, pMIDIStream->d1, pMIDIStream->d2);
344 static EAS_RESULT ProcessSysExMessage (S_EAS_DATA *pEASData, S_SYNTH *pSynth, S_MIDI_STREAM *pMIDIStream, EAS_U8 c, EAS_INT parserMode)
357 VMUpdateMIPTable(pEASData->pVoiceMgr, pSynth);
408 VMReset(pEASData->pVoiceMgr, pSynth, EAS_FALSE);
409 VMInitMIPTable(pSynth);
453 VMSetVolume(pSynth, (EAS_U16) gain);
464 VMInitMIPTable(pSynth);
482 VMInitMIPTable(pSynth);
490 VMSetMIPEntry(pEASData->pVoiceMgr, pSynth, pMIDIStream->d2, pMIDIStream->d1, c);
497 VMUpdateMIPTable(pEASData->pVoiceMgr, pSynth);