SYNMidiInput

Syntax

#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

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.

See Also

None.

Revision History

2006/03/01 Initial version.


CONFIDENTIAL