#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.
The SYNMidiInput function sends MIDI input data to the specified synthesizer instance.
Note: Routines calling SYNMidiInput must disable interrupts if calling from outside the AX callback routine for the audio frame.
None.
2006/03/01 Initial version.
CONFIDENTIAL