SYNMidiInput

C Specification

#include <revolution.h>
#include <revolution/syn.h>
void SYNMidiInput(SYNSYNTH *synth, u8 *input);

Arguments

synth pointer to the user-initialized SYNSYNTH data structure
input pointer to current location of the MIDI command stream

Return Values

None.

Description

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.

See Also

Revision History

03/01/2006 Initial version.