1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<BASE target="main"> 8<TITLE>MIDI Adapter API Function List</TITLE> 9</HEAD> 10<BODY> 11<H1>MIDI Adapter API Function List</H1> 12<H3><a name="MIDI">MIDI Adapter</a></H3> 13<TABLE border="1"> 14 <TBODY> 15 <tr> 16<td><a href="./MIDIInit.html"><code>MIDIInit</code></a></td> 17<td>Initializes the MIDI adapter library.</td> 18 </tr> 19 <tr> 20<td><a href="./MIDIGetStatus.html"><code>MIDIGetStatus</code></a></td> 21<td>Gets the status of the MIDI adapter.</td> 22 </tr> 23 <tr> 24<td><a href="./MIDIGetStatusAsync.html"><code>MIDIGetStatusAsync</code></a></td> 25<td>Asynchronously gets the status of the MIDI adapter.</td> 26 </tr> 27 <tr> 28<td><a href="./MIDIRead.html"><code>MIDIRead</code></a></td> 29<td>Gets data from the MIDI adapter.</td> 30 </tr> 31 <tr> 32<td><a href="./MIDIReadAsync.html"><code>MIDIReadAsync</code></a></td> 33<td>Asynchronously gets data from the MIDI adapter.</td> 34 </tr> 35 </TBODY> 36</TABLE> 37 38</BODY> 39</HTML> 40