1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css">
6<title>SYNMidiInput</title>
7<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
8<META http-equiv="Content-Style-Type" content="text/css">
9</head>
10
11<body>
12
13<h1 align="left">SYNMidiInput</h1>
14
15<h2>C Specification</h2>
16
17<dl>
18<dd><pre><CODE>#include &lt;revolution.h&gt;
19#include &lt;revolution/syn.h&gt;</CODE></pre>
20  </dd>
21  <dd><pre><CODE>void SYNMidiInput(SYNSYNTH *synth, u8 *input);</CODE></pre>
22  </dd>
23</dl>
24
25<h2>Arguments</h2>
26
27<table border="1" cellpadding="3" cellspacing="0.1">
28  <tr>
29<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">synth</font></strong></em></td>
30<td width="520">pointer to the user-initialized <font face="Courier New">SYNSYNTH</font> data structure</td>
31  </tr>
32  <tr>
33<td width="120" bgcolor="#ffffe8"><em><strong><font face="Courier New">input</font></strong></em></td>
34<td width="520">pointer to current location of the MIDI command stream</td>
35  </tr>
36</table>
37
38<h2>Return Values</h2>
39
40<p>None.</p>
41
42<h2>Description</h2>
43
44<p>This function sends MIDI input data to the specified synthesizer instance.</p>
45
46<p><STRONG>NB</STRONG>: Routines calling this function must disable interrupts if calling from outside the AX callback routine for the audio frame.</p>
47
48<h2>See Also</h2>
49
50<h2>Revision History</h2>
51<P>2006/03/01 Initial version.</P>
52
53<hr>
54<P>CONFIDENTIAL</p>
55</BODY>
56</HTML>
57