#include <revolution.h>
#include <revolution/syn.h>
void SYNMidiInput(SYNSYNTH *synth, u8 *input);
| synth | pointer to the user-initialized SYNSYNTH data structure |
| input | pointer to current location of the MIDI command stream |
None.
This function sends MIDI input data to the specified synthesizer instance.
NB: Routines calling this function must disable interrupts if calling from outside the AX callback routine for the audio frame.
03/01/2006 Initial version.